Skip to content

Commit 262379f

Browse files
authored
Merge pull request modelcontextprotocol#626 from hesreallyhim/hesreallyhim/fix-initialize-code-example
docs: example code should use latest protocol version
2 parents d0d1d1d + ca78b13 commit 262379f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specification/2025-03-26/basic/lifecycle.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The client **MUST** initiate this phase by sending an `initialize` request conta
5656
"id": 1,
5757
"method": "initialize",
5858
"params": {
59-
"protocolVersion": "2024-11-05",
59+
"protocolVersion": "2025-03-26",
6060
"capabilities": {
6161
"roots": {
6262
"listChanged": true
@@ -84,7 +84,7 @@ The server **MUST** respond with its own capabilities and information:
8484
"jsonrpc": "2.0",
8585
"id": 1,
8686
"result": {
87-
"protocolVersion": "2024-11-05",
87+
"protocolVersion": "2025-03-26",
8888
"capabilities": {
8989
"logging": {},
9090
"prompts": {

0 commit comments

Comments
 (0)