Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::MCPKey Struct Reference

A single authorized MCP key with access level. More...

#include <entropic/types/config.h>

Public Attributes

std::string tool_pattern
 Tool pattern (e.g., "filesystem.*", "git.status")
 
MCPAccessLevel level
 Granted access level (READ or WRITE)
 

Detailed Description

A single authorized MCP key with access level.

Version
1.9.4

Definition at line 48 of file config.h.

Member Data Documentation

◆ level

MCPAccessLevel entropic::MCPKey::level

Granted access level (READ or WRITE)

Definition at line 50 of file config.h.

◆ tool_pattern

std::string entropic::MCPKey::tool_pattern

Tool pattern (e.g., "filesystem.*", "git.status")

Definition at line 49 of file config.h.


The documentation for this struct was generated from the following file: