mouse
Move the host pointer to specified coordinates and optionally click. Clicks require a fresh snapshot reference to confirm the screen state.
Instructions
Move the mouse (and optionally click) on the host. DESTRUCTIVE (HID input).
A click must carry the observed_frame_ref it was planned against
(from a prior snapshot); it is refused — re-snapshot and retry — if
the host rebooted/swapped media since, the observation is older than
KVM_PILOT_MCP_FRAME_MAX_AGE (60s default, #141), or the ref wasn't
issued by this server. Move-only (button omitted) needs no ref.
coord_space: percent (0.0-1.0, default — survives resolution
changes), pixel, or raw kvmd. Gated by KVM_PILOT_MCP_ALLOW_HID
per-invocation approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| button | No | ||
| confirm | No | ||
| profile | No | ||
| coord_space | No | percent | |
| observed_frame_ref | No |