mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
Update fastmcp.mdx
This commit is contained in:
parent
eb06a371e1
commit
5f06c94076
1 changed files with 5 additions and 1 deletions
|
|
@ -306,7 +306,11 @@ The `mcp.server.auth` module implements an OAuth 2.0 server interface that serve
|
|||
|
||||
```python
|
||||
from fastmcp import FastMCP
|
||||
from mcp.server.auth.settings import RevocationOptions, ClientRegistrationOptions, AuthSettings
|
||||
from mcp.server.auth.settings import (
|
||||
RevocationOptions,
|
||||
ClientRegistrationOptions,
|
||||
AuthSettings,
|
||||
)
|
||||
|
||||
|
||||
# Create a server with authentication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue