Skip to content

Commit c2397b8

Browse files
committed
docs: Fix import paths for ProxyOAuthServerProvider in README
1 parent 621ccea commit c2397b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,8 @@ You can proxy OAuth requests to an external authorization provider:
686686

687687
```typescript
688688
import express from 'express';
689-
import { ProxyOAuthServerProvider, mcpAuthRouter } from '@modelcontextprotocol/sdk';
689+
import { ProxyOAuthServerProvider } from '@modelcontextprotocol/sdk/server/auth/providers/proxyProvider.js';
690+
import { mcpAuthRouter } from '@modelcontextprotocol/sdk/server/auth/router.js';
690691

691692
const app = express();
692693

0 commit comments

Comments
 (0)