https://github.com/Streen9/react-mcp

by Streen9
Verified

run-command

Run a terminal command

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to execute
directoryNoDirectory to run the command in (defaults to current directory)

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Command to execute", "type": "string" }, "directory": { "description": "Directory to run the command in (defaults to current directory)", "type": "string" } }, "required": [ "command" ], "type": "object" }