Skip to content

Commit c6814fd

Browse files
committed
docs: update installation instructions for Chrome DevTools MCP server
1 parent 982d444 commit c6814fd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,20 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
102102

103103
<details>
104104
<summary>Gemini CLI</summary>
105-
Follow the <a href="https://github.com/google-gemini/gemini-cli/blob/main/docs/tools/mcp-server.md#how-to-set-up-your-mcp-server">MCP guide</a>
106-
using the standard config from above. You can also install the Chrome DevTools MCP server using the Gemini CLI:
105+
Install the Chrome DevTools MCP server using the Gemini CLI.
106+
107+
**Project wide:**
107108

108109
```bash
109-
# Project-wide
110110
gemini mcp add chrome-devtools npx chrome-devtools-mcp@latest
111+
```
111112

112-
# Global
113+
**Globally:**
114+
```bash
113115
gemini mcp add -s user chrome-devtools npx chrome-devtools-mcp@latest
114116
```
117+
118+
Alternatively, follow the <a href="https://github.com/google-gemini/gemini-cli/blob/main/docs/tools/mcp-server.md#how-to-set-up-your-mcp-server">MCP guide</a> and use the standard config from above.
115119
</details>
116120

117121
<details>

0 commit comments

Comments
 (0)