Select Browser Mode
browser_select_modeCheck available browser modes and set the session default before using other browser tools. Choose headless or connect to control how the browser runs.
Instructions
Check available browser modes and set the session default. CALL THIS FIRST before using any other browser tool. Two modes: "connect" (connects to user's Chrome via debug port) or "headless" (invisible background Puppeteer browser, always available). Call without params to see what is available. Call with mode="headless" or mode="connect" to set the default for all subsequent calls. If only headless is available, it is auto-selected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Set the default browser mode for this session. Omit to just query available options. |