Releases: PederHP/mcpdotnet
Releases · PederHP/mcpdotnet
v1.0.0
mcpdotnet 1.0.0 - Full MCP Support
We're excited to announce mcpdotnet 1.0.0, bringing complete Model Context Protocol support to .NET applications! This release marks a significant milestone with the addition of server capabilities alongside our existing client implementation.
Major Features
- Server Support: Create MCP-compliant servers using the new
McpServer
class and server factory - Shared Core Architecture: Robust shared endpoint implementation handling JSON-RPC messaging and lifecycle management
- Transport Flexibility:
- Built-in support for stdio transport (Windows)
- SSE client transport (cross-platform)
- Extensible transport system for custom implementations
- Full Protocol Compliance: Complete implementation of the MCP specification for both clients and servers
Getting Started
Check out our updated documentation with examples for both client and server implementations. The README includes a simple echo server example to help you get started with server development.
Roadmap
Future releases will bring:
- SSE server transport support
- Cross-platform stdio transport
- Authentication capabilities
- Additional examples and documentation
Breaking Changes
None - this is a feature addition release building on our stable client implementation.
0.10.0.1
0.9.0.1
0.8.0.1
Samples, bugfix
What's Changed
Full Changelog: 0.6.0.1...0.7.0.1
0.6.0.1
0.5.0.1
What's Changed
- Fix example in Getting Started docs. by @bgrainger in #10
- Logging by @PederHP in #11
- Roots capability support by @PederHP in #12
New Contributors
- @bgrainger made their first contribution in #10
Full Changelog: 0.3.0.2...0.5.0.1
0.3.0.2
- Added Sampling capability with full protocol compliance
- Internal code cleanup and optimization
- Improved type visibility (making JSON infrastructure internal)
- Comprehensive integration tests with the reference server
- Still marked as early development but now stable enough for non-production use
0.2.0
Added Prompt and Resource capabilities.
Added Pagination support.