Group of 4 You'll notice
No documentation found
Browser-control tools like switch_browser, list_connected_browsers, and select_browser now check a kill-switch before acting
What
The Chrome/browser MCP tool-call path now checks isDisabled?.() before doing any work, across dispatch, tabs_context lookup, switch_browser, list_connected_browsers, select_browser, connection watchers, and tool listing. When it's disabled:
list_connected_browsersreturnsUnknown tool: list_connected_browsersinstead of running.switch_browserand the computer-use 'type' action return a disabled/'Unknown tool' response instead of proceeding.select_browserreturnsUnknown tool: select_browser; its success message also changed from 'Connected to browser' to 'Selected browser'.
Why
This gives Claude Code a single, central way to turn off browser-control tools entirely (for example, in an environment where automated browser control shouldn't be available) rather than needing each tool to fail in its own way.
Names in the bundleselect_browser