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): use next.config rewrites for .well-known OAuth paths
Middleware doesn't reliably match dotted paths like /.well-known/*.
Move the RFC 9728 rewrite rules to next.config.ts rewrites, which
run at the server level and handle dotted paths correctly.
Maps /.well-known/oauth-protected-resource/* and
/.well-known/oauth-authorization-server/* to the catch-all proxy.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments