cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::client::Client::StdioEndpoint Struct Reference

Endpoint options for launching a child process over stdio. More...

#include <client.hpp>

Public Attributes

std::string command
 Executable to launch.
 
std::vector< std::string > args
 Command-line arguments passed to the executable.
 
std::string cwd
 Optional working directory for the child process.
 
std::unordered_map< std::string, std::string > env
 Extra environment variables for the child process.
 

Detailed Description

Endpoint options for launching a child process over stdio.


The documentation for this struct was generated from the following file: