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

Class

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

Source from the content-addressed store, hash-verified

288const ActiveWindowArgs = z.object({});
289
290export class ComputerUseActiveWindowTool extends Tool<z.infer<typeof ActiveWindowArgs>> {
291 name = 'computer_use_active_window';
292 description = 'Get info about the currently focused app and window (app name, window title, bounds). Use to verify you\'re in the right context before clicking/typing. Read-only. macOS-only.';
293 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected