From 923f76b8080e48039392b988dc51c69879fef639 Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Tue, 25 Mar 2025 16:14:54 -0700 Subject: [PATCH] Add package installation Add package installation snippet --- README.MD | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.MD b/README.MD index 2f40a1142..61b3335c5 100644 --- a/README.MD +++ b/README.MD @@ -17,6 +17,14 @@ For more information about MCP: - [Protocol Specification](https://spec.modelcontextprotocol.io/) - [GitHub Organization](https://github.com/modelcontextprotocol) +## Installation + +To get started, install the package from NuGet + +``` +dotnet add package ModelContextProtocol --prerelease +``` + ## Getting Started (Client) To get started writing a client, the `McpClientFactory.CreateAsync` method is used to instantiate and connect an `IMcpClient`