Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 874 Bytes

File metadata and controls

37 lines (24 loc) · 874 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Fixed

[0.1.1] - 2026-03-03

Added

Changed

Fixed

[0.1.0] - 2025-12-15

Added

  • Full MCP 2025-06-18 specification implementation
  • JSON-RPC 2.0 protocol support
  • Transport layers: stdio, HTTP+SSE, HTTPS+SSE, TCP
  • Filter chain architecture with HTTP codec, SSE codec, routing
  • Connection pooling and management
  • C API bindings for FFI (Python, TypeScript, Go, Rust, Java, C#, Ruby)
  • Cross-platform support: Linux, macOS, Windows (x64 and ARM64)
  • libevent-based event loop integration
  • SSL/TLS transport support
  • Comprehensive logging framework