Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| append | Append content to an existing file. Fails if file does not exist. Returns error in read-only mode. |
| create_directory | Create a directory (including parents). Returns error in read-only mode. |
| move_file | Move or rename a file within the root directory. Returns error in read-only mode. |
| patch_apply | Apply a unified diff patch to a file. Accepts markdown-fenced diffs. Use --- /dev/null to create new files. Returns error in read-only mode. |
| shell_exec | Execute a whitelisted shell command (grep/cat/ls/find/sed/awk/…). No shell interpreter — args are passed literally. Path args validated against root. |
| write_file | Write content to a file (create or overwrite). Creates parent dirs. Returns error in read-only mode. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |