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

Role-generic newline-delimited stdio transport. More...

#include <istream>
#include <mutex>
#include <optional>
#include <ostream>
#include <string>
#include <string_view>
#include <utility>
#include "cxxmcp/protocol/serialization.hpp"
#include "cxxmcp/transport/transport.hpp"

Go to the source code of this file.

Classes

class  mcp::transport::StdioTransport< Role >
 Message-level stdio transport for either MCP role. More...
 

Typedefs

using mcp::transport::ClientStdioTransport = StdioTransport< RoleClient >
 
using mcp::transport::ServerStdioTransport = StdioTransport< RoleServer >
 

Detailed Description

Role-generic newline-delimited stdio transport.