Skip to content

Commit 4b70bc7

Browse files
authored
Add package installation (#101)
Add package installation snippet
1 parent caca2ae commit 4b70bc7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.MD

+8
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ For more information about MCP:
1717
- [Protocol Specification](https://spec.modelcontextprotocol.io/)
1818
- [GitHub Organization](https://github.com/modelcontextprotocol)
1919

20+
## Installation
21+
22+
To get started, install the package from NuGet
23+
24+
```
25+
dotnet add package ModelContextProtocol --prerelease
26+
```
27+
2028
## Getting Started (Client)
2129

2230
To get started writing a client, the `McpClientFactory.CreateAsync` method is used to instantiate and connect an `IMcpClient`

0 commit comments

Comments
 (0)