mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
Merge pull request #2311 from jlowin/claude/issue-2310-20251029-2141
Add maturity warnings for py-key-value backends
This commit is contained in:
commit
d12f51d22c
2 changed files with 8 additions and 0 deletions
|
|
@ -126,3 +126,7 @@ async with Client("https://fastmcp.cloud/mcp", auth=oauth) as client:
|
|||
```
|
||||
|
||||
You can use any `AsyncKeyValue`-compatible backend from the [key-value library](https://github.com/strawgate/py-key-value) including Redis, DynamoDB, and more. Wrap your storage in `FernetEncryptionWrapper` for encryption.
|
||||
|
||||
<Note>
|
||||
When selecting a storage backend, review the [py-key-value documentation](https://github.com/strawgate/py-key-value) to understand the maturity level and limitations of your chosen backend. Some backends may be in preview or have constraints that affect production suitability.
|
||||
</Note>
|
||||
|
|
|
|||
|
|
@ -143,6 +143,10 @@ The py-key-value-aio library includes additional implementations for various sto
|
|||
|
||||
For configuration details on these backends, consult the [py-key-value-aio documentation](https://github.com/strawgate/py-key-value).
|
||||
|
||||
<Warning>
|
||||
Before using these backends in production, review the [py-key-value documentation](https://github.com/strawgate/py-key-value) to understand the maturity level and limitations of your chosen backend. Some backends may be in preview or have specific constraints that make them unsuitable for production use.
|
||||
</Warning>
|
||||
|
||||
## Use Cases in FastMCP
|
||||
|
||||
### Server-Side OAuth Token Storage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue