chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-21 02:20:20 +00:00
parent 585a5c6023
commit ac09ca6b2e
5 changed files with 11 additions and 11 deletions
@@ -7,9 +7,9 @@ For just *running* a server, ignore this file.
## Packages
```bash
dotnet add package ModelContextProtocol.Core # minimal: just client + transports
dotnet add package ModelContextProtocol.Core --version 2.2.0 # minimal: just client + transports
# or
dotnet add package ModelContextProtocol # adds DI/hosting helpers
dotnet add package ModelContextProtocol --version 2.2.0 # adds DI/hosting helpers
```
## Connecting via STDIO (launching a server process)