We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a7645 commit 56d4870Copy full SHA for 56d4870
1 file changed
pkg/workflow/gateway.go
@@ -202,7 +202,7 @@ func getMCPGatewayURL(config *MCPGatewayConfig) string {
202
if port == 0 {
203
port = DefaultMCPGatewayPort
204
}
205
- return fmt.Sprintf("http://localhost:%d/mcp", port)
+ return fmt.Sprintf("http://localhost:%d", port)
206
207
208
// transformMCPConfigForGateway transforms the MCP server configuration to use the gateway URL
0 commit comments