mcp-wsl-exec

by spences10
Verified

confirm_command

Confirm execution of a dangerous command

Input Schema

NameRequiredDescriptionDefault
confirmYesWhether to proceed with the command execution
confirmation_idYesConfirmation ID received from execute_command

Input Schema (JSON Schema)

{ "properties": { "confirm": { "description": "Whether to proceed with the command execution", "type": "boolean" }, "confirmation_id": { "description": "Confirmation ID received from execute_command", "type": "string" } }, "required": [ "confirmation_id", "confirm" ], "type": "object" }

You must be authenticated.

Other Tools