Skip to content

Commit 4475ca4

Browse files
committed
fix: scope bug
1 parent d615560 commit 4475ca4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/examples/client/simpleOAuthClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ class InteractiveOAuthClient {
221221
grant_types: ['authorization_code', 'refresh_token'],
222222
response_types: ['code'],
223223
token_endpoint_auth_method: 'client_secret_post',
224-
scope: 'mcp:tools'
225224
};
226225

227226
console.log('🔐 Creating OAuth provider...');

0 commit comments

Comments
 (0)