项目文件夹

文件
Alex Rudenko c402b43697 feat: --slim mode for maximum token savings (#958)
- navigate
- run js
- take screenshot

That's it. Basic functionality for a low (~368) token price.
2026-02-23 14:42:27 +00:00

42 行
828 B
Markdown

<!-- AUTO GENERATED DO NOT EDIT - run 'npm run docs' to update-->
# Chrome DevTools MCP Slim Tool Reference (~368 cl100k_base tokens)
- **[Navigation automation](#navigation-automation)** (1 tools)
- [`navigate`](#navigate)
- **[Debugging](#debugging)** (2 tools)
- [`evaluate`](#evaluate)
- [`screenshot`](#screenshot)
## Navigation automation
### `navigate`
**Description:** Load URL in the browser
**Parameters:**
- **url** (string) **(required)**: Page URL
---
## Debugging
### `evaluate`
**Description:** [`Evaluate`](#evaluate) a JavaScript function on the last loaded page
**Parameters:**
- **fn** (string) **(required)**: A JavaScript function to be executed on the active page
---
### `screenshot`
**Description:** Take a [`screenshot`](#screenshot) of the active page.
**Parameters:** None
---