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 c6fb822 commit 76919cfCopy full SHA for 76919cf
README.md
@@ -318,7 +318,7 @@ providing an implementation of the `OAuthServerProvider` protocol.
318
319
```
320
mcp = FastMCP("My App",
321
- auth_provider=MyOAuthServerProvider(),
+ auth_server_provider=MyOAuthServerProvider(),
322
auth=AuthSettings(
323
issuer_url="https://myapp.com",
324
revocation_options=RevocationOptions(
0 commit comments