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 6387096 commit c68f0baCopy full SHA for c68f0ba
schema/draft/schema.ts
@@ -21,7 +21,7 @@ export type JSONRPCBatchRequest = (JSONRPCRequest | JSONRPCNotification)[];
21
*/
22
export type JSONRPCBatchResponse = (JSONRPCResponse | JSONRPCError)[];
23
24
-export const LATEST_PROTOCOL_VERSION = "draft";
+export const LATEST_PROTOCOL_VERSION = "DRAFT-2025-v2";
25
export const JSONRPC_VERSION = "2.0";
26
27
/**
0 commit comments