Commit 4111708
Fix OAuth flow for claude.ai MCP connector (#7)
- Remove initialize from publicMethods so first request gets 401 with
WWW-Authenticate header, triggering OAuth discovery flow
- Add /oauth/token proxy route to forward token exchange to Keycloak
(claude.ai uses the discovered token_endpoint URL)
- Switch auth example to use npm package (latest) instead of local ref
- Add request logging for debugging1 parent eb021f0 commit 4111708
5 files changed
Lines changed: 205 additions & 157 deletions
0 commit comments