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 4221007 commit a8f5c03Copy full SHA for a8f5c03
internal/app/app.go
@@ -144,11 +144,6 @@ var InitModule = fx.Module("init",
144
url: "http://0.0.0.0:8001/sse", // Assumes local test server runs on 8001
145
description: "Local MCP test server",
146
},
147
- {
148
- name: "API Gateway",
149
- url: "https://api-gateway.cobrowser.xyz/mcp/api/sse?api_key=REDACTED_API_KEY",
150
- description: "API Gateway MCP server",
151
- },
152
}
153
154
// Add each default server via the backend service.
0 commit comments