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 621ccea commit c2397b8Copy full SHA for c2397b8
README.md
@@ -686,7 +686,8 @@ You can proxy OAuth requests to an external authorization provider:
686
687
```typescript
688
import express from 'express';
689
-import { ProxyOAuthServerProvider, mcpAuthRouter } from '@modelcontextprotocol/sdk';
+import { ProxyOAuthServerProvider } from '@modelcontextprotocol/sdk/server/auth/providers/proxyProvider.js';
690
+import { mcpAuthRouter } from '@modelcontextprotocol/sdk/server/auth/router.js';
691
692
const app = express();
693
0 commit comments