We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caca2ae commit 4b70bc7Copy full SHA for 4b70bc7
README.MD
@@ -17,6 +17,14 @@ For more information about MCP:
17
- [Protocol Specification](https://spec.modelcontextprotocol.io/)
18
- [GitHub Organization](https://github.com/modelcontextprotocol)
19
20
+## Installation
21
+
22
+To get started, install the package from NuGet
23
24
+```
25
+dotnet add package ModelContextProtocol --prerelease
26
27
28
## Getting Started (Client)
29
30
To get started writing a client, the `McpClientFactory.CreateAsync` method is used to instantiate and connect an `IMcpClient`
0 commit comments