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

Permission manager for MCP tool access control. More...

#include <string>
#include <vector>
Include dependency graph for permission_manager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  entropic::PermissionManager
 Permission manager for MCP tool access control. More...
 

Namespaces

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

Detailed Description

Permission manager for MCP tool access control.

Default-deny permission model. Tools must be explicitly allowed or approved via callback. Deny list takes precedence over allow list.

Pattern syntax (fnmatch semantics):

  • "filesystem.*" — all filesystem tools
  • "bash.execute:python*" — bash commands starting with "python"
  • "git.commit" — git commit specifically
Version
1.8.5

Definition in file permission_manager.h.