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

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

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

Detailed Description

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.

Version
1.9.4

Definition in file server_manager.h.