Expand description
MCP tools exposed by the browser-control mcp server.
The tool surface is Playwright-shaped (browser_* prefix) plus
browser-control extensions (browser_get_html, browser_fetch,
browser_eval, browser_select_element, browser_cookies, browser_storage_*,
browser_wait_for_cookie) and the legacy CDP-shaped list_targets
kept for info-dense diagnostics.
Tools that operate against a single tab accept optional tab (named)
and target (URL regex) arguments. The two are mutually exclusive;
omitting both routes to the server’s in-memory active tab
(current_tab).
Functions§
- register_
all - Register the standard tool set onto the given registry.