|
1 | 1 | <!-- AUTO GENERATED DO NOT EDIT - run 'npm run docs' to update--> |
2 | 2 |
|
3 | | -# Chrome DevTools MCP Tool Reference (~7084 cl100k_base tokens) |
| 3 | +# Chrome DevTools MCP Tool Reference (~7324 cl100k_base tokens) |
4 | 4 |
|
5 | 5 | - **[Input automation](#input-automation)** (9 tools) |
6 | 6 | - [`click`](#click) |
|
30 | 30 | - **[Network](#network)** (2 tools) |
31 | 31 | - [`get_network_request`](#get_network_request) |
32 | 32 | - [`list_network_requests`](#list_network_requests) |
33 | | -- **[Debugging](#debugging)** (5 tools) |
| 33 | +- **[Debugging](#debugging)** (6 tools) |
34 | 34 | - [`evaluate_script`](#evaluate_script) |
35 | 35 | - [`get_console_message`](#get_console_message) |
| 36 | + - [`lighthouse_audit`](#lighthouse_audit) |
36 | 37 | - [`list_console_messages`](#list_console_messages) |
37 | 38 | - [`take_screenshot`](#take_screenshot) |
38 | 39 | - [`take_snapshot`](#take_snapshot) |
@@ -345,6 +346,18 @@ so returned values have to be JSON-serializable. |
345 | 346 |
|
346 | 347 | --- |
347 | 348 |
|
| 349 | +### `lighthouse_audit` |
| 350 | + |
| 351 | +**Description:** Get Lighthouse score and reports for accessibility, SEO and best practices. |
| 352 | + |
| 353 | +**Parameters:** |
| 354 | + |
| 355 | +- **device** (enum: "desktop", "mobile") _(optional)_: Device to [`emulate`](#emulate). |
| 356 | +- **mode** (enum: "navigation", "snapshot") _(optional)_: "navigation" reloads & audits. "snapshot" analyzes current state. |
| 357 | +- **outputDirPath** (string) _(optional)_: Directory for reports. If omitted, uses temporary files. |
| 358 | + |
| 359 | +--- |
| 360 | + |
348 | 361 | ### `list_console_messages` |
349 | 362 |
|
350 | 363 | **Description:** List all console messages for the currently selected page since the last navigation. |
|
0 commit comments