Skip to content

Commit 169021c

Browse files
authored
Merge pull request modelcontextprotocol#830 from jonathanhefner/fix-mcp_protocol_version-fallback-value
Fix `MCP-Protocol-Version` fallback value
2 parents feb44c0 + 004c231 commit 169021c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/specification/2025-06-18/basic/transports.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ initialization](/specification/2025-06-18/basic/lifecycle#version-negotiation).
253253
For backwards compatibility, if the server does _not_ receive an `MCP-Protocol-Version`
254254
header, and has no other way to identify the version - for example, by relying on the
255255
protocol version negotiated during initialization - the server **SHOULD** assume protocol
256-
version `2025-06-18`.
256+
version `2025-03-26`.
257257

258258
If the server receives a request with an invalid or unsupported
259259
`MCP-Protocol-Version`, it **MUST** respond with `400 Bad Request`.

docs/specification/draft/basic/transports.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ initialization](/specification/draft/basic/lifecycle#version-negotiation).
253253
For backwards compatibility, if the server does _not_ receive an `MCP-Protocol-Version`
254254
header, and has no other way to identify the version - for example, by relying on the
255255
protocol version negotiated during initialization - the server **SHOULD** assume protocol
256-
version `2025-06-18`.
256+
version `2025-03-26`.
257257

258258
If the server receives a request with an invalid or unsupported
259259
`MCP-Protocol-Version`, it **MUST** respond with `400 Bad Request`.

0 commit comments

Comments
 (0)