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

Class

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

Source from the content-addressed store, hash-verified

196});
197
198export class ComputerUseTypeTool extends Tool<z.infer<typeof TypeArgs>> {
199 name = 'computer_use_type';
200 description = 'Type text into the currently focused field/input. Click first with computer_use_click to focus the target. macOS-only. Destructive — actually types.';
201 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected