MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/computer/use.ts:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151});
152
153export class ComputerUseClickTool extends Tool<z.infer<typeof ClickArgs>> {
154 name = 'computer_use_click';
155 description = 'Click at a screen coordinate using macOS native input. Best workflow: screenshot → vision_analyze to find the target → use the coordinates returned to click. Requires `cliclick` (brew install cliclick) for fast mouse, falls back to AppleScript otherwise. macOS-only. Destructive — actually moves cursor and clicks.';
156 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected