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 dce4892 commit cb533b2Copy full SHA for cb533b2
mcp-core/src/main/java/io/modelcontextprotocol/spec/ProtocolVersions.java
@@ -20,9 +20,10 @@ public interface ProtocolVersions {
20
*/
21
String MCP_2025_06_18 = "2025-06-18";
22
23
- /**
24
- * MCP protocol version for 2025-11-25.
25
- * https://modelcontextprotocol.io/specification/2025-11-25
26
- */
27
- String MCP_2025_11_25 = "2025-11-25";
+ /**
+ * MCP protocol version for 2025-11-25.
+ * https://modelcontextprotocol.io/specification/2025-11-25
+ */
+ String MCP_2025_11_25 = "2025-11-25";
28
+
29
}
0 commit comments