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 99e7879 commit 35fa160Copy full SHA for 35fa160
schema/2025-11-25/schema.ts
@@ -11,7 +11,7 @@ export type JSONRPCMessage =
11
| JSONRPCResponse;
12
13
/** @internal */
14
-export const LATEST_PROTOCOL_VERSION = "DRAFT-2025-v3";
+export const LATEST_PROTOCOL_VERSION = "2025-11-25";
15
16
export const JSONRPC_VERSION = "2.0";
17
schema/draft/schema.ts
+export const LATEST_PROTOCOL_VERSION = "DRAFT-2026-v1";
0 commit comments