You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client): add config toggle to opt out of OAuth revoke on Disconnect
The Inspector is a testing tool, so users may legitimately want to
exercise the inverse scenario: how does an authorization server behave
when a client disconnects without revoking? Mirror the existing pattern
used for MCP_REQUEST_TIMEOUT_RESET_ON_PROGRESS — boolean ConfigItem,
default to the spec-compliant value (`true`), expose via the Settings
panel (auto-rendered for any ConfigItem).
The local clear() still runs when revocation is disabled, so users
still get a clean slate in the Inspector even when opting out of the
remote revoke.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
"When disconnecting, send an RFC 7009 token revocation request to the authorization server before clearing local state. Disable to test how a server behaves when a client disconnects without revoking.",
0 commit comments