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

run-command

Execute terminal commands directly within your React app workflow. Specify the command and optional directory to streamline development tasks.

Instructions

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" }

You must be authenticated.

Other Tools from https://github.com/Streen9/react-mcp

Related Tools

ID: xsjsdumc7x