When utilizing [email protected] and @modelcontextprotocol/[email protected] when attempting to list tools or resources a MCP Server again responds with an error for unsupported protocol version:
⚠️ The issue is present for all versions of agents after 0.2.32
This was previously reported in #719 and supposedly resolved in #720; however, the issue arises again in [email protected] through 0.3.3.
To Reproduce
Steps to reproduce the behavior:
- Install the packages listed above
- Connect via the
/mcp endpoint
- If you don't get the error on init, attempt to list resources
Expected behavior
The protocol version should be compatable.
Version:
>= 0.2.34
Streamable HTTP error: Error POSTing to endpoint: { "jsonrpc": "2.0", "error": { "code": -32000, "message": "Bad Request: Unsupported protocol version: 2025-11-25 (supported versions: 2025-06-18, 2025-03-26, 2024-11-05, 2024-10-07)" }, "id": null }