Fix typo in authentication section of README (#676)

This commit is contained in:
mopg
2025-05-12 10:44:02 -07:00
committed by GitHub
parent c6fb822c86
commit 76919cfaa4

View File

@@ -318,7 +318,7 @@ providing an implementation of the `OAuthServerProvider` protocol.
```
mcp = FastMCP("My App",
auth_provider=MyOAuthServerProvider(),
auth_server_provider=MyOAuthServerProvider(),
auth=AuthSettings(
issuer_url="https://myapp.com",
revocation_options=RevocationOptions(