We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa67b3 commit ea53259Copy full SHA for ea53259
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