remove_from_whitelist
Remove a specified command from the whitelist on the Mac Shell MCP Server to restrict its execution, ensuring secure terminal command management.
Instructions
Remove a command from the whitelist
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | The command to remove from whitelist |
Input Schema (JSON Schema)
{
"properties": {
"command": {
"description": "The command to remove from whitelist",
"type": "string"
}
},
"required": [
"command"
],
"type": "object"
}