Quick Start
User Interaction Flow
Configuration Levels
File Tools
| Tool | Description |
|---|---|
read_file | Read file contents |
write_file | Create or update files |
list_files | List directory contents |
delete_file | Remove files (use carefully) |
API Reference
Tools Module
Tools including file operations
Best Practices
Limit allowed paths
Limit allowed paths
Restrict file access to specific directories.
Disable delete by default
Disable delete by default
Only enable delete_file when absolutely needed.
Use approval for writes
Use approval for writes
Combine with approval for production safety.

