Skip to content

Commit dc4ecae

Browse files
Merge branch 'main' into feat/keycloak-auth-provider
2 parents edc7407 + d12f51d commit dc4ecae

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/clients/auth/oauth.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,7 @@ async with Client("https://fastmcp.cloud/mcp", auth=oauth) as client:
126126
```
127127

128128
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.
129+
130+
<Note>
131+
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.
132+
</Note>

docs/servers/storage-backends.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ The py-key-value-aio library includes additional implementations for various sto
143143

144144
For configuration details on these backends, consult the [py-key-value-aio documentation](https://github.com/strawgate/py-key-value).
145145

146+
<Warning>
147+
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.
148+
</Warning>
149+
146150
## Use Cases in FastMCP
147151

148152
### Server-Side OAuth Token Storage

0 commit comments

Comments
 (0)