Provides a lightweight C++ coroutine library built on C++20, offering a foundational framework for Model Context Protocol (MCP) servers.
Coro Cpp is a lightweight C++ coroutine library built upon the C++20 standard, designed to simplify asynchronous programming. It additionally provides a foundational implementation framework for Model Context Protocol (MCP) servers, enabling developers to easily create and manage protocol-driven server applications. The project leverages xmake for streamlined build processes, ensuring all dependencies are self-contained for easy setup and integration.