Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by liuli-neko • Uncategorized
A lightweight C++20 coroutine-based MCP server framework for building MCP servers and clients.
Implement lightweight MCP servers using modern C++ coroutines.
Interact with MCP servers via JSON-RPC over stdio or custom transports.
Register and expose custom tool functions and resources in an MCP server.
This project provides a lightweight C++ coroutine library based on C++20 coroutines, offering a foundational framework for implementing MCP servers. It supports easy registration of tool functions and resources, enabling JSON-RPC communication over stdio or other transports. The framework is built with xmake and designed for extensibility and ease of integration with local services or AI clients.