Skip to content

Commit 1ed7e45

Browse files
docs: explain when the browser starts (#89)
1 parent 1a4ba4d commit 1ed7e45

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,19 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
101101
using the standard config from above.
102102
</details>
103103

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.
116+
104117
## Tools
105118

106119
<!-- BEGIN AUTO GENERATED TOOLS -->

0 commit comments

Comments
 (0)