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
authRouter.use(mcpAuthRouter({
baseUrl: new URL('https://example.com/auth'),
// ...
}));
Expected behavior
OAuth endpoints should start with https://example.com/auth/ (i.e. https://example.com/auth/authorize).
However, createOAuthMetadata uses absolute paths for endpoints, which causes the /auth/ prefix to be omitted.
nating, alexolivier, stephenlacy, thecopy, jpage-godaddy and 1 more