Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROTON_DRIVE_PATH | No | Custom path to your Proton Drive location if not in the standard location |
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 |
|---|---|
| check_mount | Check if Proton Drive is mounted and accessible |
| list_files | List files and folders in Proton Drive |
| read_file | Read a text file from Proton Drive |
| write_file | Write or create a file in Proton Drive |
| delete_file | Delete a file or folder from Proton Drive |
| create_folder | Create a new folder in Proton Drive |
| get_file_info | Get information about a file or folder |