|
Entropic 2.3.8
Local-first agentic inference engine
|
Unix socket MCP bridge — exposes a running engine to external clients. More...
#include <entropic/entropic_export.h>#include <entropic/types/config.h>#include <nlohmann/json_fwd.hpp>#include <atomic>#include <chrono>#include <filesystem>#include <memory>#include <mutex>#include <string>#include <thread>#include <unordered_map>#include <unordered_set>#include <vector>

Go to the source code of this file.
Classes | |
| class | entropic::ExternalBridge |
| Unix socket MCP bridge for external client access. More... | |
| struct | entropic::ExternalBridge::AsyncTask |
| Async task state for background entropic.ask runs. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Typedefs | |
| using | entropic_handle_t = entropic_engine * |
Unix socket MCP bridge — exposes a running engine to external clients.
When mcp.external.enabled is true, the engine starts an ExternalBridge that listens on a unix domain socket and serves JSON-RPC 2.0 (MCP protocol) to external clients such as Claude Code. The bridge operates on the already-configured engine handle — no second engine instance.
Definition in file external_bridge.h.
| using entropic_handle_t = entropic_engine* |
Definition at line 49 of file external_bridge.h.