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

Class

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

Source from the content-addressed store, hash-verified

329});
330
331export class ComputerUseListWindowsTool extends Tool<z.infer<typeof ListWindowsArgs>> {
332 name = 'computer_use_list_windows';
333 description = 'List visible apps and their windows. Useful when you need to find the right app/window to target with screenshot or click. Read-only. macOS-only.';
334 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected