|
Entropic 2.3.8
Local-first agentic inference engine
|
MCPServerBase concrete base class + ServerResponse. More...
#include <entropic/core/directives.h>#include <entropic/mcp/tool_base.h>#include <entropic/mcp/tool_registry.h>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | entropic::ServerResponse |
| Structured result from tool execution. More... | |
| class | entropic::MCPServerBase |
| Concrete base class for MCP servers (80% logic). More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
MCPServerBase concrete base class + ServerResponse.
MCPServerBase provides 80% of MCP server logic: tool registration, dispatch, permission pattern generation, response wrapping with automatic ContextAnchor injection. Concrete servers (filesystem, bash, etc.) override only the 20% that differs.
Definition in file server_base.h.