Skip to content

Commit 55d8e5c

Browse files
committed
Pin new schema version
1 parent 4823482 commit 55d8e5c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

schema/draft/schema.ts renamed to schema/2025-03-26/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type JSONRPCBatchRequest = (JSONRPCRequest | JSONRPCNotification)[];
2121
*/
2222
export type JSONRPCBatchResponse = (JSONRPCResponse | JSONRPCError)[];
2323

24-
export const LATEST_PROTOCOL_VERSION = "DRAFT-2025-v1";
24+
export const LATEST_PROTOCOL_VERSION = "2025-03-26";
2525
export const JSONRPC_VERSION = "2.0";
2626

2727
/**

0 commit comments

Comments
 (0)