Claude Desktop Commander MCP

unblock_command

Remove a command from the blacklist. Once unblocked, the command can be executed normally.

Input Schema

NameRequiredDescriptionDefault
commandYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "type": "string" } }, "required": [ "command" ], "type": "object" }