Skip to content

Commit 9b99ffb

Browse files
authored
Merge pull request #647 from modelcontextprotocol/ihrpr/update-version-number
change version
2 parents 824c1f5 + 66465ab commit 9b99ffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/types.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe("Types", () => {
1212

1313
test("should have correct latest protocol version", () => {
1414
expect(LATEST_PROTOCOL_VERSION).toBeDefined();
15-
expect(LATEST_PROTOCOL_VERSION).toBe("2025-06-17");
15+
expect(LATEST_PROTOCOL_VERSION).toBe("2025-06-18");
1616
});
1717
test("should have correct supported protocol versions", () => {
1818
expect(SUPPORTED_PROTOCOL_VERSIONS).toBeDefined();

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { z, ZodTypeAny } from "zod";
22

3-
export const LATEST_PROTOCOL_VERSION = "2025-06-17";
3+
export const LATEST_PROTOCOL_VERSION = "2025-06-18";
44
export const DEFAULT_NEGOTIATED_PROTOCOL_VERSION = "2025-03-26";
55
export const SUPPORTED_PROTOCOL_VERSIONS = [
66
LATEST_PROTOCOL_VERSION,

0 commit comments

Comments
 (0)