Open
Description
Describe the bug
This is possibly a duplicate I think, but seems high priority and have some more context:
- Have only tried stdio
- Cannot connect to any server (locally installed, npx, locally built, etc.)
- Have tried entering MCP_PROXY_AUTH_TOKEN in Configuration, in Environment Variables, using prefilled link, etc.
- Upon hitting "Connect" - request sent to
/health
- response 200 OK HTML. - Server says "Error Connecting to MCP Inspector Proxy - Check Console logs", which points to
TypeError: Load failed
, which directs to source code atcheckProxyHealth
. - Tried running
npx @modelcontextprotocol/[email protected]
- works fine npx @modelcontextprotocol/[email protected]
- fails like above.- In Chrome:
Couldn't connect to MCP Proxy Server SyntaxError: Unexpected token '<', "<!doctype "... is not valid JSON
- seems like it's trying to parse response from/health
like a JSON-RPC message.