|
Entropic 2.3.8
Local-first agentic inference engine
|
Per-identity set of authorized MCP tool keys. More...
#include <entropic/types/config.h>#include <mutex>#include <string>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| class | entropic::MCPKeySet |
| Per-identity set of authorized MCP tool keys. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Per-identity set of authorized MCP tool keys.
Default state is EMPTY — no tools authorized. Keys must be explicitly granted. This enforces the default-deny principle at the identity level.
Tool patterns support:
Grant resolution: most specific pattern wins. "filesystem.read_file:WRITE" overrides "filesystem.*:READ" for that specific tool.
Definition in file mcp_key_set.h.