Commit 2553006
authored
chore(main): release chrome-devtools-mcp 0.9.0 (#378)
🤖 I have created a release *beep* *boop*
---
##
[0.9.0](chrome-devtools-mcp-v0.8.1...chrome-devtools-mcp-v0.9.0)
(2025-10-22)
### 🎉 Features
* add claude marketplace and plugin json
([#396](#396))
([0498611](0498611))
* add filters and pagination to the console messages tool
([#387](#387))
([15d942c](15d942c))
* add WebSocket endpoint and custom headers support
([#404](#404))
([41d6a10](41d6a10))
* allow configuring tool categories
([#454](#454))
([0fe2b8a](0fe2b8a))
* expose previous navigations to the MCP
([#419](#419))
([165cf9c](165cf9c))
* support previous navigation for Console messages
([#452](#452))
([6f24362](6f24362))
* support stable id for network requests
([#375](#375))
([f4d7b49](f4d7b49))
* support verbose snapshots
([#388](#388))
([d47aaa9](d47aaa9))
* tool to get a verbose single console message
([#435](#435))
([9205593](9205593))
* use stable id for network request querying
([#382](#382))
([579819b](579819b))
### 🛠️ Fixes
* allow evaluating in Frames
([#443](#443))
([053f1f8](053f1f8))
* better wording for evaluate_script
([#392](#392))
([2313fda](2313fda))
* indicate when request and response bodies are not available
([#446](#446))
([7d47d6b](7d47d6b))
* pageerror for non-error types
([#442](#442))
([b6b42ec](b6b42ec))
* retrieve data correctly with fewer than 3 navigations
([#451](#451))
([4c65f59](4c65f59))
### 📄 Documentation
* add instructions for Qoder
([#386](#386))
([d8df784](d8df784))
* add VM-to-host remote debugging workaround
([#399](#399))
([9f9dab0](9f9dab0))
* Update Copilot CLI instructions
([#423](#423))
([c7733a8](c7733a8))
### ♻️ Chores
* bundle all dependencies together
([#450](#450))
([914b980](914b980))
* bundle modelcontextprotocol-sdk
([#409](#409))
([6c8432b](6c8432b))
* bundle puppeteer-core
([#417](#417))
([b443033](b443033))
* bundle zod together with modelcontextprotocol/sdk
([#414](#414))
([800e7e8](800e7e8))
* cleanup data fetching
([#441](#441))
([5c871c3](5c871c3))
* dispose listeners on page destroyed
([#318](#318))
([76d5e94](76d5e94))
* extract common paginate type
([#415](#415))
([29fd602](29fd602))
* store the last 3 navigations in PageCollector
([#411](#411))
([b873822](b873822))
* use different format for reqid
([#380](#380))
([78bf66a](78bf66a))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).1 parent 12eb494 commit 2553006
File tree
6 files changed
+52
-7
lines changed- src
6 files changed
+52
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
3 | 48 | | |
4 | 49 | | |
5 | 50 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments