We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bb24f commit 4b65963Copy full SHA for 4b65963
src/mcp/shared/version.py
@@ -1,3 +1,3 @@
1
from mcp.types import LATEST_PROTOCOL_VERSION
2
3
-SUPPORTED_PROTOCOL_VERSIONS: list[str] = ["2024-11-05", LATEST_PROTOCOL_VERSION]
+SUPPORTED_PROTOCOL_VERSIONS: list[str] = ["2024-11-05", "2025-03-26", LATEST_PROTOCOL_VERSION]
src/mcp/types.py
@@ -23,7 +23,7 @@
23
not separate types in the schema.
24
"""
25
26
-LATEST_PROTOCOL_VERSION = "2025-03-26"
+LATEST_PROTOCOL_VERSION = "2025-06-18"
27
28
29
The default negotiated version of the Model Context Protocol when no version is specified.
0 commit comments