Skip to content

Commit a8f5c03

Browse files
committed
fix: removed api key
1 parent 4221007 commit a8f5c03

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/app/app.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,6 @@ var InitModule = fx.Module("init",
144144
url: "http://0.0.0.0:8001/sse", // Assumes local test server runs on 8001
145145
description: "Local MCP test server",
146146
},
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-
},
152147
}
153148

154149
// Add each default server via the backend service.

0 commit comments

Comments
 (0)