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
@@ -16,8 +16,8 @@ If the user wants a remote/multi-tenant server, use [HTTP Streamable](./transpor
```bash
dotnet new console -n MyStdioServer -f net10.0
cd MyStdioServer
dotnet add package ModelContextProtocol
dotnet add package Microsoft.Extensions.Hosting
dotnet add package ModelContextProtocol --version 2.2.0
dotnet add package Microsoft.Extensions.Hosting --version 10.0.11
```
```csharp