File System
Read, write, list, and inspect local files. All paths are sandboxed to abasePath directory, preventing traversal attacks.
Quick Start
Config
string
Root directory for file access. All paths are resolved relative to this. Prevents directory traversal.
boolean
default:"false"
Enable the
fs_write_file tool. Disabled by default for safety.