From f127e33bbeffec4a9c025fbb8d7d22c8ca0aa7e5 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:15:03 +0000 Subject: [PATCH] Fix dead links to py-key-value repository Update documentation links from py-key-value-aio to py-key-value repository. The py-key-value-aio package lives in the py-key-value monorepo. Co-authored-by: William Easton --- docs/servers/storage-backends.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/servers/storage-backends.mdx b/docs/servers/storage-backends.mdx index dbb4e185f..1c552a65b 100644 --- a/docs/servers/storage-backends.mdx +++ b/docs/servers/storage-backends.mdx @@ -142,7 +142,7 @@ The py-key-value-aio library includes additional implementations for various sto - **RocksDB** - Embedded high-performance key-value store - **Valkey** - Redis-compatible server -For configuration details on these backends, consult the [py-key-value-aio documentation](https://github.com/strawgate/py-key-value-aio). +For configuration details on these backends, consult the [py-key-value-aio documentation](https://github.com/strawgate/py-key-value). ## Use Cases in FastMCP @@ -253,7 +253,7 @@ This allows clients to reconnect without re-authenticating after restarts. ## More Resources -- [py-key-value-aio GitHub](https://github.com/strawgate/py-key-value-aio) - Full library documentation +- [py-key-value-aio GitHub](https://github.com/strawgate/py-key-value) - Full library documentation - [Response Caching Middleware](/servers/middleware#caching-middleware) - Using storage for caching - [OAuth Token Security](/deployment/http#oauth-token-security) - Production OAuth configuration - [HTTP Deployment](/deployment/http) - Complete deployment guide