Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
transport_stdio.h File Reference

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>
Include dependency graph for transport_stdio.h:
This graph shows which files directly or indirectly include this file:

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).
 

Detailed Description

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.

Version
1.8.7

Definition in file transport_stdio.h.