inspector icon indicating copy to clipboard operation
inspector copied to clipboard

Connection with OAuth doesn't include scopes

Open leblancfg opened this issue 7 months ago • 1 comments

Describe the bug The OAuth debugger includes all the scopes_supported values in the Authorization URL step as a query param, but even if scope is marked as required in the authorization server metadata, the scope query param isn't included in the URL when clicking the "Connect" button.

Expected behavior The authorization URL for the two OAuth connection methods (debugger or simple "connect" button) should match exactly.

Related PR: #355

leblancfg avatar May 27 '25 18:05 leblancfg

After tracing back through the history of linked PRs, it appears that this Typescript SDK PR should address the root issue so I'll link it here: https://github.com/modelcontextprotocol/typescript-sdk/issues/672

olaservo avatar Oct 13 '25 14:10 olaservo