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: exclude MCP paths from basic auth and route OAuth discovery
- Exclude /mcp, /sse, /message, and /.well-known/oauth-* from basic
auth so MCP clients can connect without HTTP credentials.
- Route OAuth discovery paths to the MCP server instead of the
frontend SPA, so clients receive proper HTTP responses (404 when
OAuth is disabled) instead of HTML.
0 commit comments