execute_command
Run shell commands and retrieve output within a persistent or new session using the cmd-mcp-server. Ideal for executing and managing commands via a command-line interface.
Instructions
Execute a command and return its output. Commands run in a persistent shell session by default. Use newSession: true to run in a new shell instance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | ||
newSession | No |