Skip to content

cxxmcp v1.0.0

Choose a tag to compare

@caomengxuan666 caomengxuan666 released this 28 May 22:17
· 120 commits to master since this release

cxxmcp v1.0.0 — First Stable SDK Release

First public stable release of cxxmcp, a modern C++17 SDK for the Model Context Protocol.

Evolved from MCPServer.cpp. Version reset from 2.x to 1.0.0 to mark the clean SDK boundary.

What's inside:

  • Full MCP protocol model coverage (tools, prompts, resources, sampling, elicitation, tasks)
  • stdio, process stdio, Streamable HTTP, legacy SSE transports
  • OAuth 2.1 + DPoP (optional, with OpenSSL)
  • Cross-language interop: Rust (rmcp), TypeScript, Python
  • 6-platform release matrix (Linux GCC/Clang, macOS, Windows MSVC/ClangCL)
  • vcpkg overlay port, Conan 2 recipe, xmake recipe

See CHANGELOG.md for details.