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
fix: MCP OAuth token refresh, double DCR, and gpt_oss tool result error
- Persist discovered token_url in TokenData so token refresh works for
servers using Dynamic Client Registration (fixes empty URL error)
- Reuse existing registered_client_id in OAuth start flow to prevent
redundant DCR on repeated authentication attempts
- Only unpack tool result JSON content back to dict (not list/scalar)
for gpt_oss, preventing Jinja2 |items filter failure on non-mappings
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments