We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfc2ed commit f961fffCopy full SHA for f961fff
src/client/auth.test.ts
@@ -39,7 +39,7 @@ describe("OAuth Authorization", () => {
39
const [url, options] = calls[0];
40
expect(url.toString()).toBe("https://auth.example.com/.well-known/oauth-authorization-server");
41
expect(options.headers).toEqual({
42
- "MCP-Protocol-Version": "DRAFT-2025-v2"
+ "MCP-Protocol-Version": "2025-03-26"
43
});
44
45
0 commit comments