start_session
Start a CLI program in a managed PTY and get the session ID for follow-up calls.
Instructions
Start any CLI program in a managed PTY in this project. cwd defaults to the MCP server's configured working directory. Returns only the new session id for easy follow-up calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| cols | No | ||
| rows | No | ||
| command | Yes |