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 34ada58 commit bbafc85Copy full SHA for bbafc85
src/server/auth/router.test.ts
@@ -253,9 +253,9 @@ describe('MCP Auth Router', () => {
253
const options: AuthRouterOptions = {
254
provider: mockProvider,
255
issuerUrl: new URL('https://auth.example.com'),
256
+ scopesSupported: ['read', 'write'],
257
protectedResourceOptions: {
258
serverUrl: new URL('https://api.example.com'),
- scopesSupported: ['read', 'write'],
259
resourceName: 'Test API'
260
}
261
};
0 commit comments