mcp-server-commands

by g0t4

run_script

Input Schema

NameRequiredDescriptionDefault
cwdNoCurrent working directory
interpreterNoCommand with arguments. Script will be piped to stdin. Examples: bash, fish, zsh, python, or: bash --norc
scriptYesScript to run

Input Schema (JSON Schema)

{ "properties": { "cwd": { "description": "Current working directory", "type": "string" }, "interpreter": { "description": "Command with arguments. Script will be piped to stdin. Examples: bash, fish, zsh, python, or: bash --norc", "type": "string" }, "script": { "description": "Script to run", "type": "string" } }, "required": [ "script" ], "type": "object" }

Other Tools