From 9e02faa9537f33afe567b3ee1058c5ccd370e08d Mon Sep 17 00:00:00 2001 From: Sebastian Benz Date: Tue, 23 Sep 2025 21:29:16 +0200 Subject: [PATCH] docs: explain when the browser starts --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index afab8f5cc..8c390c68f 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,19 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab using the standard config from above. +### Your first prompt + +Enter the following prompt in your MCP Client to check if everything is working: + +``` +Check the performance of https://developers.chrome.com +``` + +Your MCP client should open the browser and record a performance trace. + +> [!NOTE] +> 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. + ## Tools