open
Establishes a persistent TCP terminal line to the PDP-10 emulator, reporting status if already connected. The connection survives between calls, but if it dies, reopening is required.
Instructions
Open the single TCP terminal line to the PDP-10.
Idempotent: if the line is already open this reports status instead of reconnecting. The connection is owned by the server and survives any gap between tool calls. Nothing reconnects automatically -- if the session dies you will be told, and reopening is your explicit decision.
ITS ignores all input on a fresh line until it receives a literal ^Z, so the usual next step is send("~z").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Emulator host; defaults to the configured host. | |
| port | No | Emulator TCP port; defaults to the configured port. |