chromedevtools--chrome-devtools-mcp
17edcd856d
publish-on-tag / publish (push) Has been cancelled
🤖 I have created a release *beep* *boop* --- ## [0.2.1](https://github.com/ChromeDevTools/chrome-devtools-mcp/compare/chrome-devtools-mcp-v0.2.0...chrome-devtools-mcp-v0.2.1) (2025-09-23) ### Bug Fixes * add 'on the selected page' to performance tools ([#69](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/69)) ([b877f7a](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/b877f7a3053d0cdf2aad1fefc26cf7b913eb95ce)) * **emulation:** correctly report info for selected page ([#63](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/63)) ([1e8662f](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/1e8662f06860aecb5c01ed4ff1515ceb9dac26e4)) * expose timeout when Emulation is enabled ([#73](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/73)) ([0208bfd](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/0208bfdcf6924953879408c18f4c20da544bf4ff)) * fix browserUrl not working ([#53](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/53)) ([a6923b8](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/a6923b8d9397d12ee0f9fe67dd62b10088ec6e87)) * increase timeouts in case of Emulation ([#71](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/71)) ([c509c64](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/c509c64576e1be1ddc283653004ef08a117907a2)) * **windows:** work around Chrome not reporting reasons for crash ([#64](https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/64)) ([d545741](https://github.com/ChromeDevTools/chrome-devtools-mcp/commit/d5457412a4a76726547190fb3a46bb78c9d6645c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
4.5 KiB
4.5 KiB
Changelog
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
- add performance_analyze_insight tool. (#42) (21e175b)
- support script evaluate arguments (#40) (c663f4d)
- use Performance Trace Formatter in trace output (#36) (0cb6147)
- validate uids (#37) (014a8bc)
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)