You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -713,6 +713,9 @@ Check the performance of https://developers.chrome.com
713
713
714
714
> [!NOTE]
715
715
> The <code>autoConnect</code> option requires the user to start Chrome. If the user has multiple active profiles, the MCP server will connect to the default profile (as determined by Chrome). The MCP server has access to all open windows for the selected profile.
716
+
>
717
+
> [!NOTE]
718
+
> Network requests that occurred before the MCP server connected are not available via <code>list_network_requests</code> / <code>get_network_request</code>. If you need those, start the MCP server first or reload the page after it connects.
716
719
717
720
The Chrome DevTools MCP server will try to connect to your running Chrome
718
721
instance. It shows a dialog asking for user permission.
0 commit comments