Skip to content

Commit 4d2efe6

Browse files
author
Marvin Zhang
committed
refactor: update API base URL to use DEVLOG_API_URL environment variable
1 parent 76e05d8 commit 4d2efe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ async function main() {
101101
// Create adapter configuration
102102
const config: MCPAdapterConfig = {
103103
apiClient: {
104-
baseUrl: process.env.MCP_WEB_API_URL || 'http://localhost:3200',
104+
baseUrl: process.env.DEVLOG_API_URL || 'https://devlog.codervisor.dev/api',
105105
timeout: 30000,
106106
retries: 3,
107107
},

0 commit comments

Comments
 (0)