extension_force_reconnect
Force Chrome extension to disconnect and reconnect to the MCP server, recovering from stale connections without requiring a full extension reload.
Instructions
[Disabled] Force the Chrome extension to disconnect its WebSocket and reconnect to the MCP server. This tears down the current connection, resets the backoff timer, and initiates an immediate reconnection attempt. The normal sync.full flow resumes after reconnection. Use this to recover from stale connections without a full extension reload. When multiple browser profiles are connected, use connectionId to target a specific profile.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | No | Target a specific browser profile by connection ID. Use browser_list_tabs to discover available connectionIds. |