Skip to content

[regression]: Support MCP-Protocol-Version 2025-11-25 #769

@adamdehaven

Description

@adamdehaven

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:

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
}

⚠️ 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:

  1. Install the packages listed above
  2. Connect via the /mcp endpoint
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions