|
Entropic 2.3.8
Local-first agentic inference engine
|
Stdio transport for external MCP servers. More...
#include <entropic/mcp/transport.h>#include <atomic>#include <chrono>#include <map>#include <mutex>#include <string>#include <thread>#include <vector>#include <sys/types.h>

Go to the source code of this file.
Classes | |
| class | entropic::StdioTransport |
| Stdio transport: fork/exec child, pipe stdin/stdout. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Stdio transport for external MCP servers.
Spawns a child process via posix_spawn(), communicates over stdin/stdout pipes with newline-delimited JSON-RPC messages. Stderr is captured and forwarded to spdlog at WARNING level.
Definition in file transport_stdio.h.