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
Edit: Seems "Dynamic client registration" needs to be toggled on, however it still doesn't authenticate
Screen.Recording.2025-08-02.at.11.04.50.mov
Hi, I've tried this is a variety of tools (e.g. Claude@0.12.55, Cursor@ 1.99.3) but can't get it to work.
I add some extra logging. Seems like the first issue is there is no handler for /.well-known/oauth-protected-resource. But adding that and returing protectedResourceHandlerClerk doesn't work either.
HTTP server running at http://localhost:3000
HTTPS server running at https://localhost:3001
request: POST /mcp
mcpAuth: req.headers.authorization = undefined
await auth.getToken() = null
request: GET /.well-known/oauth-protected-resource
ANY request received: /.well-known/oauth-protected-resource
request: GET /.well-known/oauth-authorization-server
request: GET /mcp
ANY request received: /mcp
Edit: Seems "Dynamic client registration" needs to be toggled on, however it still doesn't authenticate
Screen.Recording.2025-08-02.at.11.04.50.mov
Hi, I've tried this is a variety of tools (e.g. Claude@0.12.55, Cursor@ 1.99.3) but can't get it to work.
I add some extra logging. Seems like the first issue is there is no handler for
/.well-known/oauth-protected-resource. But adding that and returingprotectedResourceHandlerClerkdoesn't work either.