docs: fix broken link to OAuthServerProvider in Authentication section of README (#651)

This commit is contained in:
Samad Yar Khan
2025-05-07 20:47:11 +05:30
committed by GitHub
parent e0d443c95e
commit c8a14c9dba

View File

@@ -334,7 +334,7 @@ mcp = FastMCP("My App",
)
```
See [OAuthServerProvider](mcp/server/auth/provider.py) for more details.
See [OAuthServerProvider](src/mcp/server/auth/provider.py) for more details.
## Running Your Server