Describe the bug
Zoo Code rejects a local MCP server using streamable HTTP with the error:
Server's protocol version is not supported: 2025-06-18
The MCP server is running locally at:
http://127.0.0.1:13337/mcp
This is an IDA Pro MCP server using streamable HTTP transport.
To Reproduce
Steps to reproduce the behavior:
- Open Zoo Code.
- Add a new MCP server to the config.
- Use the following server config:
{
"mcpServers": {
"ida-pro-mcp": {
"type": "streamable-http",
"url": "http://127.0.0.1:13337/mcp"
}
}
}
- Reload/restart Zoo Code.
- Zoo Code attempts to connect to the MCP server.
- The following error appears:
Server's protocol version is not supported: 2025-06-18
Expected behavior
Zoo Code should connect to the MCP server if the protocol version is supported.
If this MCP protocol version is not supported, Zoo Code should ideally show which MCP protocol versions are currently supported, so users can tell whether the issue is with Zoo Code, the MCP server, or the server configuration.
Screenshots
Video
What version of zoo are you running
Zoo Code version: 3.58.1
Additional context
The MCP server is an IDA Pro MCP server running locally on:
http://127.0.0.1:13337/mcp
The server is configured as a streamable HTTP MCP server. The issue appears to be caused by Zoo Code not supporting MCP protocol version 2025-06-18, or not negotiating/handling that version correctly.
Describe the bug
Zoo Code rejects a local MCP server using streamable HTTP with the error:
Server's protocol version is not supported: 2025-06-18The MCP server is running locally at:
http://127.0.0.1:13337/mcpThis is an IDA Pro MCP server using streamable HTTP transport.
To Reproduce
Steps to reproduce the behavior:
{ "mcpServers": { "ida-pro-mcp": { "type": "streamable-http", "url": "http://127.0.0.1:13337/mcp" } } }Server's protocol version is not supported: 2025-06-18Expected behavior
Zoo Code should connect to the MCP server if the protocol version is supported.
If this MCP protocol version is not supported, Zoo Code should ideally show which MCP protocol versions are currently supported, so users can tell whether the issue is with Zoo Code, the MCP server, or the server configuration.
Screenshots
Video
What version of zoo are you running
Zoo Code version: 3.58.1
Additional context
The MCP server is an IDA Pro MCP server running locally on:
http://127.0.0.1:13337/mcpThe server is configured as a streamable HTTP MCP server. The issue appears to be caused by Zoo Code not supporting MCP protocol version
2025-06-18, or not negotiating/handling that version correctly.