We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e05d8 commit 4d2efe6Copy full SHA for 4d2efe6
packages/mcp/src/index.ts
@@ -101,7 +101,7 @@ async function main() {
101
// Create adapter configuration
102
const config: MCPAdapterConfig = {
103
apiClient: {
104
- baseUrl: process.env.MCP_WEB_API_URL || 'http://localhost:3200',
+ baseUrl: process.env.DEVLOG_API_URL || 'https://devlog.codervisor.dev/api',
105
timeout: 30000,
106
retries: 3,
107
},
0 commit comments