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(private-server): return 404 for /.well-known/ OAuth discovery
MCP clients (Claude Code) probe /.well-known/oauth-protected-resource to
discover OAuth. The SPA fallback answered 200 text/html (index.html), which
the client fails to parse as JSON and reports as 'needs authentication /
SDK auth failed: Failed to parse JSON'. Serve 404 for /.well-known/ so the
client concludes there's no OAuth and connects with the ambient Tailscale
identity instead.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments