Download Latest Version v0.3.2-alpha source code.tar.gz (42.3 kB)
Email in envelope

Get an email when there's a new version of ModelContextProtocol.NET

Home / v0.3.1-alpha
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-01-18 716 Bytes
v0.3.1-alpha source code.tar.gz 2025-01-18 42.0 kB
v0.3.1-alpha source code.zip 2025-01-18 160.4 kB
Totals: 3 Items   203.1 kB 0

ModelContextProtocol.NET v0.3.1-alpha

⚠️ Breaking Changes

  • Server Builder API Changes
  • Simplified builder pattern with exposed registries
  • Changed how tools and resources are registered ```csharp // Old way builder.AddTool(...); ...

// New way builder.Tools.AddHandler(...); ... ```

  • Session Management
  • Introduced new session facade pattern. Use ISessionFacade instead of ISessionContext in tool handler constructor.

🚀 New Features

Hosting Integration - Added .NET Generic Host support

Tools - Added functional tool handler support - Made contexts optional in handlers - Added convenience operators for TextContent

Source: README.md, updated 2025-01-18