Name | Modified | Size | Downloads / 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 ofISessionContext
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