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 b0223a4 commit 95383aaCopy full SHA for 95383aa
docs/specification/2025-03-26/basic/lifecycle.mdx
@@ -56,7 +56,7 @@ The client **MUST** initiate this phase by sending an `initialize` request conta
56
"id": 1,
57
"method": "initialize",
58
"params": {
59
- "protocolVersion": "2024-11-05",
+ "protocolVersion": "2025-03-26",
60
"capabilities": {
61
"roots": {
62
"listChanged": true
@@ -84,7 +84,7 @@ The server **MUST** respond with its own capabilities and information:
84
"jsonrpc": "2.0",
85
86
"result": {
87
88
89
"logging": {},
90
"prompts": {
0 commit comments