You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exposes experimental screencast tools (requires ffmpeg). Install ffmpeg https://www.ffmpeg.org/download.html and ensure it is available in the MCP server PATH.
516
+
-**Type:** boolean
517
+
498
518
-**`--chromeArg`/ `--chrome-arg`**
499
519
Additional arguments for Chrome. Only applies when Chrome is launched by chrome-devtools-mcp.
500
520
-**Type:** array
@@ -528,6 +548,10 @@ The Chrome DevTools MCP server supports the following configuration option:
528
548
-**Type:** boolean
529
549
-**Default:**`true`
530
550
551
+
-**`--slim`**
552
+
Exposes a "slim" set of 3 tools covering navigation, script execution and screenshots only. Useful for basic browser tasks.
553
+
-**Type:** boolean
554
+
531
555
<!-- END AUTO GENERATED OPTIONS -->
532
556
533
557
Pass them via the `args` property in the JSON configuration. For example:
-**url** (string) **(required)**: URL to load in a new page.
174
175
-**background** (boolean) _(optional)_: Whether to open the page in the background without bringing it to the front. Default is false (foreground).
176
+
-**isolatedContext** (string) _(optional)_: If specified, the page is created in an isolated browser context with the given name. Pages in the same browser context share cookies and storage. Pages in different browser contexts are fully isolated.
175
177
-**timeout** (integer) _(optional)_: Maximum wait time in milliseconds. If set to 0, the default timeout will be used.
176
178
177
179
---
@@ -261,6 +263,16 @@
261
263
262
264
---
263
265
266
+
### `take_memory_snapshot`
267
+
268
+
**Description:** Capture a memory heapsnapshot of the currently selected page to memory leak debugging
269
+
270
+
**Parameters:**
271
+
272
+
-**filePath** (string) **(required)**: A path to a .heapsnapshot file to save the heapsnapshot to.
0 commit comments