approve_command
Authorize pending shell commands in the Super Shell MCP Server by providing a command ID to ensure secure execution across Windows, macOS, and Linux systems.
Instructions
Approve a pending command
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commandId | Yes | ID of the command to approve |
Input Schema (JSON Schema)
{
"properties": {
"commandId": {
"description": "ID of the command to approve",
"type": "string"
}
},
"required": [
"commandId"
],
"type": "object"
}