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
@@ -18,7 +18,7 @@ For local single-user scenarios, [STDIO](./transport-stdio.md) is simpler.
```bash
dotnet new web -n MyHttpServer -f net10.0
cd MyHttpServer
dotnet add package ModelContextProtocol.AspNetCore
dotnet add package ModelContextProtocol.AspNetCore --version 2.2.0
```
```csharp