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

Tool registration, lookup, and dispatch. More...

#include <entropic/mcp/tool_base.h>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for tool_registry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  entropic::ToolRegistry
 Manages a collection of ToolBase instances. More...
 

Namespaces

namespace  entropic
 Activate model on GPU (WARM → ACTIVE).
 

Detailed Description

Tool registration, lookup, and dispatch.

Each MCPServerBase owns a ToolRegistry. Tools register at server construction time. The registry handles list_tools and dispatch.

Version
1.8.5

Definition in file tool_registry.h.