repl_send
Send text input to an active REPL session, appending a newline by default to execute the command. Use it to automate code execution by submitting strings directly.
Instructions
Write text to a REPL session. Appends a newline by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| text | Yes | ||
| newline | No |