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

Method execute

src/tools/browser/tools.ts:357–360  ·  view source on GitHub ↗
(_args: z.infer<typeof CloseArgs>, _ctx: ToolContext)

Source from the content-addressed store, hash-verified

355 argsSchema = CloseArgs;
356
357 async execute(_args: z.infer<typeof CloseArgs>, _ctx: ToolContext): Promise<ToolResult> {
358 await closeBrowser();
359 return { content: 'Browser closed.' };
360 }
361}

Callers

nothing calls this directly

Calls 1

closeBrowserFunction · 0.85

Tested by

no test coverage detected