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

Filesystem MCP server configuration. More...

#include <entropic/types/config.h>

Public Attributes

bool diagnostics_on_edit = true
 Proactive diagnostics on edit/write.
 
bool fail_on_errors = true
 Rollback edit if it introduces errors.
 
float diagnostics_timeout = 1.0f
 Diagnostics timeout (0.1–5.0)
 
bool allow_outside_root = false
 Allow file ops outside workspace root.
 
std::optional< int > max_read_bytes
 Max file read size (nullopt = derive from context)
 
float max_read_context_pct = 0.25f
 Max context % for single file read.
 

Detailed Description

Filesystem MCP server configuration.

Version
1.8.1

Definition at line 599 of file config.h.

Member Data Documentation

◆ allow_outside_root

bool entropic::FilesystemConfig::allow_outside_root = false

Allow file ops outside workspace root.

Definition at line 603 of file config.h.

◆ diagnostics_on_edit

bool entropic::FilesystemConfig::diagnostics_on_edit = true

Proactive diagnostics on edit/write.

Definition at line 600 of file config.h.

◆ diagnostics_timeout

float entropic::FilesystemConfig::diagnostics_timeout = 1.0f

Diagnostics timeout (0.1–5.0)

Definition at line 602 of file config.h.

◆ fail_on_errors

bool entropic::FilesystemConfig::fail_on_errors = true

Rollback edit if it introduces errors.

Definition at line 601 of file config.h.

◆ max_read_bytes

std::optional<int> entropic::FilesystemConfig::max_read_bytes

Max file read size (nullopt = derive from context)

Definition at line 604 of file config.h.

◆ max_read_context_pct

float entropic::FilesystemConfig::max_read_context_pct = 0.25f

Max context % for single file read.

Definition at line 605 of file config.h.


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