mcp-server-commands

by g0t4

run_command

Input Schema

NameRequiredDescriptionDefault
commandYesCommand with args
cwdNoCurrent working directory, leave empty in most cases

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command with args", "type": "string" }, "cwd": { "description": "Current working directory, leave empty in most cases", "type": "string" } }, "required": [ "command" ], "type": "object" }

Other Tools