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

Class

src/tools/browser/tools.ts:350–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348const CloseArgs = z.object({});
349
350export class BrowserCloseTool extends Tool<z.infer<typeof CloseArgs>> {
351 name = 'browser_close';
352 description = 'Close the headless browser. Idempotent. The next browser_* call will relaunch.';
353 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected