Skip to main content

File System

Read, write, list, and inspect local files. All paths are sandboxed to a basePath 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.

Tools

Enable allowWrite only when necessary. Always set a basePath to restrict file access.