send_input
Send text to a running process's stdin to interact with REPLs and prompts. Provides a way to feed input to processes that need interactive responses.
Instructions
Send text to a running process's stdin.
Use this for interactive processes (REPLs, prompts). The text is encoded as UTF-8 and written to the process stdin pipe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | ||
| stdin | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |