mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-24 01:04:20 +01:00
Fix typo in authentication section of README (#676)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user