cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
stdio_transport.hpp File Reference

Server transport that reads newline-delimited JSON-RPC from stdio. More...

#include <atomic>
#include <iosfwd>
#include <mutex>
#include <optional>
#include <string_view>
#include "cxxmcp/server/transport.hpp"

Go to the source code of this file.

Classes

class  mcp::server::StdioTransport
 Blocking stdio transport for local MCP clients. More...
 

Detailed Description

Server transport that reads newline-delimited JSON-RPC from stdio.