send_input
Send text input to terminal surfaces in the cmuxlayer MCP server. For reliable command execution, send text first, then use a separate send_key call for the return key.
Instructions
Send text input to a terminal surface. When sending commands to another Claude session, press_enter can be unreliable — for critical inputs, use send_input without press_enter, then call send_key with key 'return' separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| surface | Yes | Target surface ref | |
| text | Yes | Text to send | |
| workspace | No | Target workspace ref | |
| press_enter | No | Press enter after sending text. For reliability with interactive programs, send text first, then use a separate send_key 'return' call. | |
| rename_to_task | No | Rename tab suffix to this task name |