Skip to content

Commit f961fff

Browse files
committed
back out protocol version change
1 parent 9dfc2ed commit f961fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/auth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe("OAuth Authorization", () => {
3939
const [url, options] = calls[0];
4040
expect(url.toString()).toBe("https://auth.example.com/.well-known/oauth-authorization-server");
4141
expect(options.headers).toEqual({
42-
"MCP-Protocol-Version": "DRAFT-2025-v2"
42+
"MCP-Protocol-Version": "2025-03-26"
4343
});
4444
});
4545

0 commit comments

Comments
 (0)