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 |
---|---|
execute_command | Execute a shell command on macOS |
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 |