Entropic 2.3.8
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 410 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 414 of file config.h.

◆ diagnostics_on_edit

bool entropic::FilesystemConfig::diagnostics_on_edit = true

Proactive diagnostics on edit/write.

Definition at line 411 of file config.h.

◆ diagnostics_timeout

float entropic::FilesystemConfig::diagnostics_timeout = 1.0f

Diagnostics timeout (0.1–5.0)

Definition at line 413 of file config.h.

◆ fail_on_errors

bool entropic::FilesystemConfig::fail_on_errors = true

Rollback edit if it introduces errors.

Definition at line 412 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 415 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 416 of file config.h.


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