Update README.md#81
Conversation
docs: clarify that users must ask agent to open a new browser window
|
Thanks for flagging this! This should happen automatically indeed. Have you got a sample prompt where this didn't work? |
|
Claude Code so only after asking question it opened. |
|
Ah OK, so that's actually working as intended. The browser will open automatically if you use one of the existing tools. For example: |
|
OK! So that short info in readme makes sense, since it's not obvious. Some MCPs like Serena are opening new browser tab on startup. |
|
You're absolutely right! I've created a PR to update the README to make this more clear (technically the browser is started automatically, but at a different point in time): #89 Does that address your problem? |
|
great, thx, @sebastianbenz! |
Hi 👋
When I first tried setting up chrome-devtools-mcp, I was confused because nothing seemed to happen after running the MCP server. I expected a Chrome window to open automatically, but actually you need to ask your agent to open a new browser window.
This PR adds a short note in the README to clarify this behavior.