01Modern C++20 coroutine support (co_await/co_return) for clean, callback-free code.
02Comprehensive MCP specification support including Tools, Resources, Prompts, and Auto-Completion.
03Extreme performance with Seastar asynchronous I/O framework, handling high concurrency on minimal resources.
040 GitHub stars
05Dual transport modes: StdIO for native client compatibility (e.g., Claude Desktop) and HTTP/SSE for remote calls.
06Highly decoupled project structure, enabling easy extension by inheriting base classes and registering routes without modifying core network code.