|
Entropic 2.3.8
Local-first agentic inference engine
|
Filesystem MCP server — read/write/edit/glob/grep/list_directory. More...
#include <entropic/mcp/server_base.h>#include <entropic/mcp/servers/ignore_matcher.h>#include <entropic/types/config.h>#include <filesystem>#include <memory>#include <string>#include <unordered_map>#include <vector>

Go to the source code of this file.
Classes | |
| class | entropic::FileAccessTracker |
| Tracks file read state for read-before-write enforcement. More... | |
| class | entropic::FilesystemServer |
| Filesystem MCP server with read-before-write enforcement. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Filesystem MCP server — read/write/edit/glob/grep/list_directory.
Enforces read-before-write via FileAccessTracker, size gate on reads, ContextAnchor on read_file, path security (no traversal outside root).
Definition in file filesystem.h.