list_instances
List running game instances from registry and port scan, showing name, version, PID, and working directory. Use it to find and attach to games you didn't launch.
Instructions
What is running: instances that self-registered, plus a sweep of the configured port range for games that predate the registry. Reports name, version, pid, working directory, current screen and whether each was found via the registry or the scan. Read-only, so it is safe to point at instances someone else owns. Use it to attach to a game you did not launch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan | No | Sweep the port range (default true) | |
| prune | No | Delete registry entries whose port has been verified dead. Off by default: a game still binding its port looks identical to a crashed one. | |
| range | No | Ports to sweep, e.g. '7777,7800-7810'. Defaults to --scan-range. | |
| registry | No | Read the instance registry (default true) |