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 8ab66a9 commit 80ef38bCopy full SHA for 80ef38b
mcp/shared.go
@@ -33,9 +33,8 @@ const (
33
//
34
// It is the version that the client sends in the initialization request, and
35
// the default version used by the server.
36
- latestProtocolVersion = protocolVersion20250618
37
-
38
- protocolVersion20250618 = "2025-06-18" // latest stable version
+ latestProtocolVersion = protocolVersion20250618
+ protocolVersion20250618 = "2025-06-18"
39
protocolVersion20250326 = "2025-03-26"
40
protocolVersion20241105 = "2024-11-05"
41
)
0 commit comments