Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
sed_edit | Make small edits to files using sed patterns. Efficient for single-line changes, pattern replacements, and simple text transformations. |
sed_multifile | Apply sed pattern to multiple files matching a glob pattern |
awk_process | Process files using AWK for more complex operations like column manipulation, calculations, or conditional processing |
quick_replace | Simple find and replace across a file without regex |
line_edit | Edit specific lines by number or range |
perl_edit | Edit files using Perl one-liners (more powerful than sed, better cross-platform support) |
diff_preview | Preview what changes would be made by showing a diff |
restore_backup | Restore a file from its most recent backup (.bak) |
list_backups | List all backup files in a directory |
help | Get detailed help and examples for smalledit tools |