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

Client transport that launches an MCP server process and talks over stdio. More...

#include <chrono>
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <vector>
#include "cxxmcp/client/client.hpp"

Go to the source code of this file.

Classes

struct  mcp::client::ProcessStdioTransportOptions
 Configuration for a child-process stdio transport. More...
 
class  mcp::client::ProcessStdioTransport
 Client transport that owns a child process and exchanges JSON-RPC over stdio. More...
 

Detailed Description

Client transport that launches an MCP server process and talks over stdio.