Skip to content

Commit 35fa160

Browse files
committed
Correct LATEST_PROTOCOL_VERSION
1 parent 99e7879 commit 35fa160

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema/2025-11-25/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type JSONRPCMessage =
1111
| JSONRPCResponse;
1212

1313
/** @internal */
14-
export const LATEST_PROTOCOL_VERSION = "DRAFT-2025-v3";
14+
export const LATEST_PROTOCOL_VERSION = "2025-11-25";
1515
/** @internal */
1616
export const JSONRPC_VERSION = "2.0";
1717

schema/draft/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type JSONRPCMessage =
1111
| JSONRPCResponse;
1212

1313
/** @internal */
14-
export const LATEST_PROTOCOL_VERSION = "DRAFT-2025-v3";
14+
export const LATEST_PROTOCOL_VERSION = "DRAFT-2026-v1";
1515
/** @internal */
1616
export const JSONRPC_VERSION = "2.0";
1717

0 commit comments

Comments
 (0)