|
cxxmcp 1.1.6
C++ MCP SDK
|
Configuration for a child-process stdio transport. More...
#include <process_stdio_transport.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. | |
| std::optional< std::chrono::milliseconds > | request_timeout |
| Optional maximum time to wait for a JSON-RPC response from the child. | |
Configuration for a child-process stdio transport.
| std::optional<std::chrono::milliseconds> mcp::client::ProcessStdioTransportOptions::request_timeout |
Optional maximum time to wait for a JSON-RPC response from the child.
A null value waits indefinitely.