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

Class

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

Source from the content-addressed store, hash-verified

213});
214
215export class BrowserConsoleTool extends Tool<z.infer<typeof ConsoleArgs>> {
216 name = 'browser_console';
217 description = 'Read browser console messages + page errors since the last navigate. Use to debug JavaScript errors after interacting with the page. Read-only.';
218 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected