From 8bd93f806d829c8fed9601e8ba1b4276c905c088 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Fri, 21 Mar 2025 22:14:15 -0400 Subject: [PATCH] Update README.MD --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index 13e0e1b96..0ebc2f1f1 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,7 @@ # MCP C# SDK +[![NuGet preview version](https://img.shields.io/nuget/vpre/ModelContextProtocol.svg)](https://www.nuget.org/packages/ModelContextProtocol/absoluteLatest) + The official C# SDK for the [Model Context Protocol](https://modelcontextprotocol.io/), enabling .NET applications, services, and libraries to implement and interact with MCP clients and servers. > [!NOTE]