|
cxxmcp 1.1.6
C++ MCP SDK
|
Convenience umbrella header for the complete public cxxmcp SDK. More...
#include "cxxmcp/cancellation.hpp"#include "cxxmcp/client.hpp"#include "cxxmcp/config.hpp"#include "cxxmcp/error.hpp"#include "cxxmcp/handler.hpp"#include "cxxmcp/peer.hpp"#include "cxxmcp/protocol.hpp"#include "cxxmcp/request.hpp"#include "cxxmcp/server.hpp"#include "cxxmcp/service.hpp"#include "cxxmcp/transport.hpp"Go to the source code of this file.
Convenience umbrella header for the complete public cxxmcp SDK.
Include this header when an application wants the client API, server API, shared handlers, transport contracts, peer/session abstractions, and MCP protocol model types from a single entry point. Projects that need tighter compile-time boundaries can include the narrower cxxmcp/client.hpp, cxxmcp/server.hpp, cxxmcp/protocol.hpp, or transport-specific headers instead.