Skip to content

Commit 4459f92

Browse files
wuchangmingLightning00Blade
authored andcommitted
docs(getting-started): add npx -y to mcpServers args to auto-confirm install
1 parent 81cfa8c commit 4459f92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
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
}

0 commit comments

Comments
 (0)