连接本地 Edge 浏览器
connect_edgeConnect to an already-running Microsoft Edge via its CDP debugging port, returning version, endpoint, and current tabs, to verify the correct browser window before performing cloud management actions.
Instructions
通过 CDP(Chrome DevTools Protocol) 连接本机已用 --remote-debugging-port 启动的 Microsoft Edge。这是所有其它 Tool 的前置步骤(其它 Tool 在未连接时也会自动尝试连接)。返回浏览器版本、CDP 端点以及当前所有标签页的 URL/标题,便于确认"接管"的是正确的窗口。本 Server 不会启动新浏览器、不会关闭用户的浏览器窗口,也不读取或保存任何账号凭据。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | 是否强制断开现有连接后重新连接(默认 false,直接复用已有连接)。 | |
| cdpPort | No | CDP 调试端口,默认 9222。需与启动 Edge 时的 --remote-debugging-port 一致。 |