remove_from_whitelist
Remove specified commands from the whitelist in Super Shell MCP Server to restrict their execution across Windows, macOS, and Linux systems.
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"
}