From a1b6e843169feb9c9aec2e409bcbb1bcc94b8489 Mon Sep 17 00:00:00 2001 From: Daniel Bohlin Date: Sun, 3 May 2026 12:14:34 +0200 Subject: [PATCH] docs: list Tharga.Cache.Mcp in the root packages table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe4d6a8..75b145a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ A flexible .NET caching library with multiple cache strategies, pluggable persis | **Tharga.Cache.MongoDB** | MongoDB persistence backend | [![NuGet](https://img.shields.io/nuget/v/Tharga.Cache.MongoDB)](https://www.nuget.org/packages/Tharga.Cache.MongoDB) | | **Tharga.Cache.File** | File-based persistence backend | [![NuGet](https://img.shields.io/nuget/v/Tharga.Cache.File)](https://www.nuget.org/packages/Tharga.Cache.File) | | **Tharga.Cache.Blazor** | Blazor monitoring UI components | [![NuGet](https://img.shields.io/nuget/v/Tharga.Cache.Blazor)](https://www.nuget.org/packages/Tharga.Cache.Blazor) | +| **Tharga.Cache.Mcp** | MCP (Model Context Protocol) provider | [![NuGet](https://img.shields.io/nuget/v/Tharga.Cache.Mcp)](https://www.nuget.org/packages/Tharga.Cache.Mcp) | ## Quick Start