Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Releases: PederHP/mcpdotnet

v1.1.0

12 Mar 20:27
d83640d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1.1...1.1.0.1

v1.0.1

19 Feb 18:55
502a09d

Choose a tag to compare

What's Changed

  • Linux-related stdio fixes and update version by @PederHP in #22

Full Changelog: 1.0.0.1...1.0.1.1

v1.0.0

08 Feb 15:34
8fe797e

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

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

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

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

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

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

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

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