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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,19 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
101
101
using the standard config from above.
102
102
</details>
103
103
104
+
### Your first prompt
105
+
106
+
Enter the following prompt in your MCP Client to check if everything is working:
107
+
108
+
```
109
+
Check the performance of https://developers.chrome.com
110
+
```
111
+
112
+
Your MCP client should open the browser and record a performance trace.
113
+
114
+
> [!NOTE]
115
+
> The MCP server will start the browser automatically once the MCP client uses a tool that requires a running browser instance. Connecting to the Chrome DevTools MCP server on its own will not automatically start the browser.
0 commit comments