unblock_command
Restore blocked terminal commands for execution by removing them from the blacklist in Claude Desktop Commander MCP, enabling normal command functionality.
Instructions
Remove a command from the blacklist. Once unblocked, the command can be executed normally.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"command": {
"type": "string"
}
},
"required": [
"command"
],
"type": "object"
}