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 6bffc05 commit f81ee81Copy full SHA for f81ee81
packages/mcp-toolbox/src/index.ts
@@ -64,8 +64,7 @@ if (!PROXY_ID) {
64
65
// Construct MCP_PROXY_URL with proxyId and configurable host
66
const BASE_MCP_PROXY_URL =
67
- process.env.MCP_PROXY_URL ||
68
- `ws://${MCP_SERVER_HOST}/api/remote-container/ws`;
+ process.env.MCP_PROXY_URL || `ws://${MCP_SERVER_HOST}/remote-container/ws`;
69
const url = new URL(BASE_MCP_PROXY_URL);
70
url.searchParams.set("proxyId", PROXY_ID);
71
const MCP_PROXY_URL = url.toString();
0 commit comments