We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c0664 commit 22a0b93Copy full SHA for 22a0b93
src/index.ts
@@ -11,7 +11,7 @@ export { checkResourceAllowed } from '@modelcontextprotocol/sdk/shared/auth-util
11
12
// Add the userId field to AuthInfo and return it in verifyAccessToken
13
// and so we can access it after requireBearerAuth
14
-declare module '@modelcontextprotocol/sdk/server/auth/types' {
+declare module '@modelcontextprotocol/sdk/server/auth/types.js' {
15
interface AuthInfo {
16
userId: string;
17
}
0 commit comments