Skip to content

Commit 56d4870

Browse files
committed
Removed extra mcp from route
1 parent 67a7645 commit 56d4870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/workflow/gateway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func getMCPGatewayURL(config *MCPGatewayConfig) string {
202202
if port == 0 {
203203
port = DefaultMCPGatewayPort
204204
}
205-
return fmt.Sprintf("http://localhost:%d/mcp", port)
205+
return fmt.Sprintf("http://localhost:%d", port)
206206
}
207207

208208
// transformMCPConfigForGateway transforms the MCP server configuration to use the gateway URL

0 commit comments

Comments
 (0)