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.
2 parents 1879922 + 1e56091 commit 2ee962cCopy full SHA for 2ee962c
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