Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
shell | No | Path to the shell executable to use (e.g. /bin/bash, C:\Windows\System32\cmd.exe) | System-dependent default shell |
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 |
---|---|
get_platform_info | Get information about the current platform and shell |
execute_command | Execute a shell command on the current platform |
get_whitelist | Get the list of whitelisted commands |
add_to_whitelist | Add a command to the whitelist |
update_security_level | Update the security level of a whitelisted command |
remove_from_whitelist | Remove a command from the whitelist |
get_pending_commands | Get the list of commands pending approval |
approve_command | Approve a pending command |
deny_command | Deny a pending command |