|
Entropic 2.3.8
Local-first agentic inference engine
|
MCP server lifecycle management and tool routing. More...
#include <entropic/mcp/external_client.h>#include <entropic/mcp/health_monitor.h>#include <entropic/mcp/mcp_json_discovery.h>#include <entropic/mcp/permission_manager.h>#include <entropic/mcp/server_base.h>#include <entropic/types/config.h>#include <chrono>#include <filesystem>#include <map>#include <memory>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | entropic::ServerInfo |
| Runtime state of a connected MCP server. More... | |
| class | entropic::ServerManager |
| Manages MCP server instances and routes tool calls. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
MCP server lifecycle management and tool routing.
Manages both in-process servers (v1.8.5) and external MCP servers (v1.8.7). Routes tool calls by server prefix. External servers connect via stdio or SSE transports.
Definition in file server_manager.h.