项目文件夹

文件
browser-automation-bot 8ed08215a2
publish-on-tag / publish-to-npm (push) Has been cancelled
publish-on-tag / publish-to-mcp-registry (push) Has been cancelled
chore(main): release chrome-devtools-mcp 0.6.0 (#219)
🤖 I have created a release *beep* *boop*
---


##
[0.6.0](https://github.com/ChromeDevTools/chrome-devtools-mcp/compare/chrome-devtools-mcp-v0.5.1...chrome-devtools-mcp-v0.6.0)
(2025-10-01)


### Features

* **screenshot:** add WebP format support with quality parameter
([#220](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/220))
([03e02a2](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/03e02a2d769fbfc0c98599444dfed5413d15ae6e))
* **screenshot:** adds ability to output screenshot to a specific pat…
([#172](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/172))
([f030726](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/f03072698ddda8587ce23229d733405f88b7c89e))
* support --accept-insecure-certs CLI
([#231](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/231))
([efb106d](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/efb106dc94af0057f88c89f810beb65114eeaa4b))
* support --proxy-server CLI
([#230](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/230))
([dfacc75](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/dfacc75ee9f46137b5194e35fc604b89a00ff53f))
* support initial viewport in the CLI
([#229](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/229))
([ef61a08](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/ef61a08707056c5078d268a83a2c95d10e224f31))
* support timeouts in wait_for and navigations
([#228](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/228))
([36e64d5](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/36e64d5ae21e8bb244a18201a23a16932947e938))


### Bug Fixes

* **network:** show only selected request
([#236](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/236))
([73f0aec](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/73f0aecd8a48b9d1ee354897fe14d785c80e863e))
* PageCollector subscribing multiple times
([#241](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/241))
([0412878](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/0412878bf51ae46e48a171183bb38cfbbee1038a))
* snapshot does not capture Iframe content
([#217](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/217))
([ce356f2](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/ce356f256545e805db74664797de5f42e7b92bed)),
closes
[#186](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/186)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
2025-10-01 16:45:29 +02:00

14 KiB

Changelog

0.6.0 (2025-10-01)

Features

  • screenshot: add WebP format support with quality parameter (#220) (03e02a2)
  • screenshot: adds ability to output screenshot to a specific pat… (#172) (f030726)
  • support --accept-insecure-certs CLI (#231) (efb106d)
  • support --proxy-server CLI (#230) (dfacc75)
  • support initial viewport in the CLI (#229) (ef61a08)
  • support timeouts in wait_for and navigations (#228) (36e64d5)

Bug Fixes

0.5.1 (2025-09-29)

Bug Fixes

  • update package.json engines to reflect node20 support (#210) (b31e647)

0.5.0 (2025-09-29)

Features

  • screenshot: add JPEG quality parameter support (#184) (139cfd1)

Bug Fixes

0.4.0 (2025-09-26)

Features

  • add network request filtering by resource type (#162) (59d81a3)

Bug Fixes

  • add core web vitals to performance_start_trace description (#168) (6cfc977)
  • add data format information to trace summary (#166) (869dd42)
  • expose --debug-file argument (#164) (22ec7ee)
  • typo in the disclaimers (#156) (90f686e)

0.3.0 (2025-09-25)

Features

  • Add pagination list_network_requests (#145) (4c909bb)

Bug Fixes

  • avoid reporting page close errors as errors (#127) (44cfc8f)
  • clarify the node version message (#135) (0cc907a)
  • do not set channel if executablePath is provided (#150) (03b59f0)
  • performance: ImageDelivery insight errors (#144) (d64ba0d)
  • roll latest DevTools to handle Insight errors (#149) (b2e1e39)

0.2.7 (2025-09-24)

Bug Fixes

  • validate and report incompatible Node versions (#113) (adfcecf)

0.2.6 (2025-09-24)

Bug Fixes

  • manually bump server.json versions based on package.json (#105) (cae1cf1)

0.2.5 (2025-09-24)

Bug Fixes

0.2.4 (2025-09-24)

Bug Fixes

0.2.3 (2025-09-24)

Bug Fixes

  • add a message indicating that no console messages exist (#91) (1a4ba4d)
  • clean up pending promises on action errors (#84) (4e7001a)

0.2.2 (2025-09-23)

Bug Fixes

  • cli version being reported as unknown (#74) (d6bab91)
  • remove unnecessary waiting for navigation (#83) (924c042)
  • rework performance parsing & error handling (#75) (e8fb30c)

0.2.1 (2025-09-23)

Bug Fixes

  • add 'on the selected page' to performance tools (#69) (b877f7a)
  • emulation: correctly report info for selected page (#63) (1e8662f)
  • expose timeout when Emulation is enabled (#73) (0208bfd)
  • fix browserUrl not working (#53) (a6923b8)
  • increase timeouts in case of Emulation (#71) (c509c64)
  • windows: work around Chrome not reporting reasons for crash (#64) (d545741)

0.2.0 (2025-09-17)

Features

Bug Fixes

  • change profile folder name to browser-profile (#39) (36115d7)
  • refresh context based on the browser instance (#44) (93f4579)
  • update puppeteer to fix a11y snapshot issues (#43) (b58f787)

0.1.0 (2025-09-16)

Features

  • improve tools with awaiting common events (#10) (dba8b3c)
  • initial version (31a0bdc)

Bug Fixes

  • define tracing categories (#21) (c939456)
  • detect multiple instances and throw (#12) (732267d)
  • make sure tool calls are processed sequentially (#22) (a76b23d)