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 |
|---|---|
| workspace_create | Create a new virtual filesystem workspace. |
| workspace_destroy | Destroy a workspace and clean up all resources. |
| workspace_list | List all workspaces. |
| workspace_switch | Switch to a different workspace. |
| workspace_info | Get detailed information about a workspace. |
| workspace_mount | Mount workspace via FUSE. |
| workspace_unmount | Unmount workspace. |
| read | Read file contents. |
| write | Write content to file. |
| ls | List directory contents. |
| tree | Display directory tree structure. |
| mkdir | Create directory. |
| rm | Remove file or directory. |
| mv | Move/rename file or directory. |
| cp | Copy file or directory. |
| cd | Change current working directory. |
| pwd | Get current working directory. |
| find | Find files matching a pattern. |
| grep | Search file contents for a pattern. |
| checkpoint_create | Create a checkpoint of the current workspace state. |
| checkpoint_restore | Restore workspace to a checkpoint. |
| checkpoint_list | List all checkpoints for the current workspace. |
| checkpoint_delete | Delete a checkpoint. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |