|
Entropic 2.3.8
Local-first agentic inference engine
|
Client for communicating with external MCP servers. More...
#include <entropic/mcp/transport.h>#include <cstdint>#include <memory>#include <mutex>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | entropic::ExternalMCPClient |
| Client for an external MCP server (stdio or SSE). More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Client for communicating with external MCP servers.
Handles MCP protocol: initialize handshake, tools/list, tools/call. Wraps a Transport for wire-level communication. Integrates with ServerManager as a tool provider alongside InProcessProvider.
Security: directives are stripped from external server responses (CWE-94 — external servers cannot inject engine-level directives).
Definition in file external_client.h.