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 d369073 commit d1d8c6cCopy full SHA for d1d8c6c
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