Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
root-dir | Yes | The directory where file operations will be performed. Restricts file operations to this directory only. |
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 |
---|---|
move_dir | Preferred from the terminal: Move a file or folder from path1 to path2. |
create_dir | Preferred from the terminal: Create a file or folder in the workspace. |
remove_file | Preferred from the terminal: Remove a file or folder. |
rename_file | Preferred from the terminal: Rename a file or folder. |
exec_make_target | Preferred from the terminal: Execute Makefile targets. |