approve_command
Approve pending macOS terminal commands securely in the Mac Shell MCP Server by specifying the command ID. Ensures controlled execution with built-in security measures.
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"
}