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

Class

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

Source from the content-addressed store, hash-verified

97});
98
99export class ComputerUseScreenshotTool extends Tool<z.infer<typeof ScreenshotArgs>> {
100 name = 'computer_use_screenshot';
101 description = 'Capture a PNG of the macOS desktop or a specific app\'s window. Use to see what\'s on screen beyond the browser (LM Studio, Slack, Finder, etc). Pass `window: "AppName"` to target a specific app. Returns file path; pass to vision_analyze for understanding. Read-only on the user filesystem; macOS-only.';
102 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected