unblock_command
Restore access to a previously blacklisted command, allowing it to be executed normally within the Desktop Commander MCP server. Use this tool to re-enable blocked terminal commands for seamless operation.
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"
}