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 d615560 commit 4475ca4Copy full SHA for 4475ca4
src/examples/client/simpleOAuthClient.ts
@@ -221,7 +221,6 @@ class InteractiveOAuthClient {
221
grant_types: ['authorization_code', 'refresh_token'],
222
response_types: ['code'],
223
token_endpoint_auth_method: 'client_secret_post',
224
- scope: 'mcp:tools'
225
};
226
227
console.log('🔐 Creating OAuth provider...');
0 commit comments