who
Check ownership and status of a registered MCP instance to decide whether to claim, wait, or force-steal. Returns exit codes for owned, free, or unregistered instances.
Instructions
Get detail on a single MCP instance: who owns it, when it was claimed, how much TTL remains, and whether the owning PID is still alive. Exit code 0 if owned, 1 if free, 2 if the instance name is not registered. Useful before claiming to decide whether to wait, pick a different instance, or force-steal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | Yes | Instance name as registered in mcp-locks (e.g. 'playwright', 'playwright2', 'figma-desktop'). Use the `list` tool to discover registered instances. |