Skip to content

Support MCP version 2025-11-25 #715

Description

@monrax

Expected Behavior

Current MCP spec version "2025-11-25" should be supported and added to ProtocolVersions.java

Current Behavior

Currently, only versions "2024-11-05", "2025-03-26", and "2025-06-18" are supported:

package io.modelcontextprotocol.spec;
public interface ProtocolVersions {
/**
* MCP protocol version for 2024-11-05.
* https://modelcontextprotocol.io/specification/2024-11-05
*/
String MCP_2024_11_05 = "2024-11-05";
/**
* MCP protocol version for 2025-03-26.
* https://modelcontextprotocol.io/specification/2025-03-26
*/
String MCP_2025_03_26 = "2025-03-26";
/**
* MCP protocol version for 2025-06-18.
* https://modelcontextprotocol.io/specification/2025-06-18
*/
String MCP_2025_06_18 = "2025-06-18";
}

Tools like modelcontextprotocol/inspector only work with the current spec version (see modelcontextprotocol/inspector#962), and this SDK does not support it.

Context

Trying to debug an MCP server using the MCP inspector tool.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Significant bug affecting many users, highly requested featureenhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions