Skip to content

Releases: PederHP/mcpdotnet

v1.0.0

08 Feb 15:34
8fe797e
Compare
Choose a tag to compare

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.

Full Changelog

0.10.0.1

07 Feb 08:28
c384c7d
Compare
Choose a tag to compare

What's Changed

  • Fix CallToolAsync for tools with no arguments by @PederHP in #18

Full Changelog: 0.9.0.1...0.10.0.1

0.9.0.1

24 Jan 19:37
86f1edf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0.1...0.9.0.1

0.8.0.1

19 Jan 12:00
107c7ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0.1...0.8.0.1

Samples, bugfix

18 Jan 11:41
3e35efe
Compare
Choose a tag to compare

What's Changed

  • Reorganize folders, samples, minor bug fix by @PederHP in #14

Full Changelog: 0.6.0.1...0.7.0.1

0.6.0.1

12 Jan 15:37
e51c78e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0.1...0.6.0.1

0.5.0.1

09 Jan 22:41
e5abb4b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0.2...0.5.0.1

0.3.0.2

05 Jan 19:15
f862dc3
Compare
Choose a tag to compare
  • 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

04 Jan 18:40
c9ace23
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Added Prompt and Resource capabilities.
Added Pagination support.