We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b315b7 commit e5b6600Copy full SHA for e5b6600
1 file changed
README.md
@@ -203,10 +203,10 @@ Pass them via the `args` property in the JSON configuration. For example:
203
"chrome-devtools": {
204
"command": "npx",
205
"args": [
206
- "chrome-devtools-mcp@latest"
+ "chrome-devtools-mcp@latest",
207
"--channel=canary",
208
"--headless=true",
209
- "--isolated=true",
+ "--isolated=true"
210
]
211
}
212
0 commit comments