interactive_bash_send
Send commands to an interactive bash session and retrieve the output. Configure timeout and wait for output to control execution.
Instructions
대화형 세션에 명령어 전송
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | 실행할 명령어 | |
| timeout_ms | No | 타임아웃 밀리초 (기본: 30000) | |
| session_name | Yes | 대상 세션 이름 | |
| wait_for_output | No | 출력 대기 여부 (기본: true) |