Skip to content

Commit 8b6f8c1

Browse files
committed
bump default negatiated version
1 parent d0be5fa commit 8b6f8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as z from 'zod/v4';
22
import { AuthInfo } from './server/auth/types.js';
33

44
export const LATEST_PROTOCOL_VERSION = '2025-11-25';
5-
export const DEFAULT_NEGOTIATED_PROTOCOL_VERSION = '2025-03-26';
5+
export const DEFAULT_NEGOTIATED_PROTOCOL_VERSION = '2025-06-18';
66
export const SUPPORTED_PROTOCOL_VERSIONS = [LATEST_PROTOCOL_VERSION, '2025-06-18', '2025-03-26', '2024-11-05', '2024-10-07'];
77

88
export const RELATED_TASK_META_KEY = 'io.modelcontextprotocol/related-task';

0 commit comments

Comments
 (0)