open_web_page
Open a specified URL in a new IDE window, wait for WebSocket data from the page, and manage timeouts for real-time communication with the MCP Communication Server.
Instructions
在IDE中打开一个新的网页窗口显示指定的URL,并自动等待接收页面发送的WebSocket数据
Input Schema
Name | Required | Description | Default |
---|---|---|---|
timeoutMs | No | 等待数据的超时时间(毫秒),默认10秒 | |
url | Yes | ||
waitForData | No | 是否等待页面发送数据,默认为true |