Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_platform_info | Get information about the current platform and allowed paths |
| list_directory | List contents of a directory |
| read_file | Read contents of a text file |
| write_file | Write content to a file |
| create_directory | Create a directory (and parent directories if needed) |
| delete_file | Delete a file |
| delete_directory | Delete a directory and its contents |
| move_item | Move or rename a file or directory |
| copy_item | Copy a file or directory |
| get_file_info | Get information about a file or directory |
| search_files | Search for files by name pattern |
| execute_command | Execute a shell command (platform-aware) |
| get_current_directory | Get the current working directory |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |