项目文件夹

文件
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

828 B

Chrome DevTools MCP Slim Tool Reference (~368 cl100k_base tokens)

Navigation automation

navigate

Description: Load URL in the browser

Parameters:

  • url (string) (required): Page URL

Debugging

evaluate

Description: 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 of the active page.

Parameters: None