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 ccd4b02 commit 76472a9Copy full SHA for 76472a9
mcp/shared.go
@@ -26,7 +26,11 @@ import (
26
// It is the version that the client sends in the initialization request.
27
const latestProtocolVersion = "2025-06-18"
28
29
-var supportedProtocolVersions = []string{latestProtocolVersion, "2025-03-26"}
+var supportedProtocolVersions = []string{
30
+ latestProtocolVersion,
31
+ "2025-03-26",
32
+ "2024-11-05",
33
+}
34
35
// A MethodHandler handles MCP messages.
36
// For methods, exactly one of the return values must be nil.
0 commit comments