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

Class

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

Source from the content-addressed store, hash-verified

239};
240
241export class ComputerUseKeyTool extends Tool<z.infer<typeof KeyArgs>> {
242 name = 'computer_use_key';
243 description = 'Press a key or key combo (cmd+s, esc, tab, return, etc). Use for shortcuts that fill forms, save, navigate, switch apps. macOS-only. Destructive — actually presses keys.';
244 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected