Web Show
web_showBrings a web session's browser window to the FRONT so the USER can take over directly — solve a CAPTCHA, complete 2FA, or make a choice the AI shouldn't. Local MCP never solves CAPTCHAs itself; this hands control to the user. Pair with web_screenshot first to show them what's on the page. After they finish, tell the agent to continue — the session keeps its state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Short reason shown to the user, e.g. 'a CAPTCHA appeared' or 'confirm which account'. | |
| session | No | Session name (default 'default'). |