run_terminal
Execute shell commands directly within the MCP server to run development tasks, tests, and scripts, returning output for automation workflows.
Instructions
Executes a shell command and returns stdout and stderr. Example: npm run dev, pytest, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |