Skip to content

Commit bbafc85

Browse files
committed
fix types
1 parent 34ada58 commit bbafc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/auth/router.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ describe('MCP Auth Router', () => {
253253
const options: AuthRouterOptions = {
254254
provider: mockProvider,
255255
issuerUrl: new URL('https://auth.example.com'),
256+
scopesSupported: ['read', 'write'],
256257
protectedResourceOptions: {
257258
serverUrl: new URL('https://api.example.com'),
258-
scopesSupported: ['read', 'write'],
259259
resourceName: 'Test API'
260260
}
261261
};

0 commit comments

Comments
 (0)