Skip to content

Commit 6947581

Browse files
docs(getting-started): add npx -y to mcpServers args to auto-confirm install (#215)
Avoids the "Need to install ... Ok to proceed?" interaction so the setup is non-interactive for CI and first-time runs. (`-y` == `--yes`) --------- Co-authored-by: Sebastian Benz <[email protected]>
1 parent 81cfa8c commit 6947581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add the following config to your MCP client:
4040
"mcpServers": {
4141
"chrome-devtools": {
4242
"command": "npx",
43-
"args": ["chrome-devtools-mcp@latest"]
43+
"args": ["-y", "chrome-devtools-mcp@latest"]
4444
}
4545
}
4646
}
@@ -117,7 +117,7 @@ startup_timeout_ms = 20_000
117117

118118
**Click the button to install:**
119119

120-
[<img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Install in Cursor">](https://cursor.com/en/install-mcp?name=chrome-devtools&config=eyJjb21tYW5kIjoibnB4IGNocm9tZS1kZXZ0b29scy1tY3BAbGF0ZXN0In0%3D)
120+
[<img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Install in Cursor">](https://cursor.com/en/install-mcp?name=chrome-devtools&config=eyJjb21tYW5kIjoibnB4IC15IGNocm9tZS1kZXZ0b29scy1tY3BAbGF0ZXN0In0%3D)
121121

122122
**Or install manually:**
123123

0 commit comments

Comments
 (0)