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 |
---|---|
create_dir | Use instead of terminal: Create a file or folder in the workspace. |
remove_file | Use instead of terminal: Remove a file or folder. |
move_dir | Use instead of terminal: Move a file or folder from path1 to path2. |
rename_file | Use instead of terminal: Rename a file or folder. |
exec_make_target | Use instead of terminal: Execute Makefile targets. |
predefined_commands | Use instead of terminal: Execute a predefined command. The command string may include parameters after the command name. |