Skip to content

Commit 4b65963

Browse files
authored
Update latest protocol version to 2025-06-18 (#1036)
1 parent 43bb24f commit 4b65963

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mcp/shared/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from mcp.types import LATEST_PROTOCOL_VERSION
22

3-
SUPPORTED_PROTOCOL_VERSIONS: list[str] = ["2024-11-05", LATEST_PROTOCOL_VERSION]
3+
SUPPORTED_PROTOCOL_VERSIONS: list[str] = ["2024-11-05", "2025-03-26", LATEST_PROTOCOL_VERSION]

src/mcp/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
not separate types in the schema.
2424
"""
2525

26-
LATEST_PROTOCOL_VERSION = "2025-03-26"
26+
LATEST_PROTOCOL_VERSION = "2025-06-18"
2727

2828
"""
2929
The default negotiated version of the Model Context Protocol when no version is specified.

0 commit comments

Comments
 (0)