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 b89647d commit f315068Copy full SHA for f315068
schema/draft/schema.ts
@@ -5,7 +5,7 @@ export type JSONRPCMessage =
5
| JSONRPCResponse
6
| JSONRPCError;
7
8
-export const LATEST_PROTOCOL_VERSION = "2024-11-05";
+export const LATEST_PROTOCOL_VERSION = "DRAFT-2025-v1";
9
export const JSONRPC_VERSION = "2.0";
10
11
/**
0 commit comments