create_local_session
Open a local interactive terminal session to run commands like bash, python3, or node directly from the MCP server.
Instructions
Open a local interactive terminal session (bash, python3, node, etc.)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | No | Command to run (default: /bin/bash). Examples: /bin/bash, python3, node |