-
Notifications
You must be signed in to change notification settings - Fork 974
Comparing changes
Open a pull request
base repository: ChromeDevTools/chrome-devtools-mcp
base: chrome-devtools-mcp-v0.6.1
head repository: ChromeDevTools/chrome-devtools-mcp
compare: chrome-devtools-mcp-v0.7.0
- 15 commits
- 23 files changed
- 10 contributors
Commits on Oct 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0c3b019 - Browse repository at this point
Copy the full SHA 0c3b019View commit details -
feat: add request and response body (#267)
This PR adds the request and response bodies into the context if they are available and in a readable format. --------- Co-authored-by: Nicholas Roscino <nroscino@chromium.org> Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dd3c143 - Browse repository at this point
Copy the full SHA dd3c143View commit details -
ci: add rerun for publish (#309)
This will allow us to manually call the run so the latest GitHub Action config from main is picked up. It also updates the Publisher to the latest version, and extracts the command in vars so its easier to update and read.
Configuration menu - View commit details
-
Copy full SHA for 5b78be5 - Browse repository at this point
Copy the full SHA 5b78be5View commit details -
chore: provide a structured bug template (#301)
I think this will help people structure what is needed more easily. The current version does not restrict anything so it's as close as a no-op as possible TODO: I need to look in how to add the screenshot part back.
Configuration menu - View commit details
-
Copy full SHA for 58e50b5 - Browse repository at this point
Copy the full SHA 58e50b5View commit details -
chore: fix manual workflow (#310)
Action was wrong, and the jobs were not stop depending on the input.
Configuration menu - View commit details
-
Copy full SHA for f478c57 - Browse repository at this point
Copy the full SHA f478c57View commit details -
chore: fix manual workflow (#312)
The first job was skipped so the second one that was marked as `needs: npm-publish` was getting skipped as well I think this should fix that.
Configuration menu - View commit details
-
Copy full SHA for 78a9f88 - Browse repository at this point
Copy the full SHA 78a9f88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1faec78 - Browse repository at this point
Copy the full SHA 1faec78View commit details -
Configuration menu - View commit details
-
Copy full SHA for a525f19 - Browse repository at this point
Copy the full SHA a525f19View commit details
Commits on Oct 9, 2025
-
chore: switch to issue type in bug template (#325)
Use the native issue time that was recently added.
Configuration menu - View commit details
-
Copy full SHA for fe76d8f - Browse repository at this point
Copy the full SHA fe76d8fView commit details
Commits on Oct 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4892a6e - Browse repository at this point
Copy the full SHA 4892a6eView commit details -
feat: Add offline network emulation support to emulate_network command (
#326) #320 Issue: It would be very useful to have the ability to simulate offline network conditions directly through the MCP emulate_network command, similar to how it's possible in DevTools. Currently, the command doesn’t support an Offline state, which limits testing for PWA and offline-first web applications. Adding this option would make it easier to automate and validate offline behavior through MCP scripts or tools that rely on this API. Solution - Add 'Offline' option to throttlingOptions for simulating offline network conditions - Update emulate_network tool to handle offline mode with proper network conditions - Update documentation to include offline option and usage instructions - Add test coverage for offline network emulation functionality - Enable testing of PWA and offline-first web applications through MCP
Configuration menu - View commit details
-
Copy full SHA for 139ce60 - Browse repository at this point
Copy the full SHA 139ce60View commit details -
chore(deps): bump puppeteer (#331)
Includes fixes for Chrome installation detection on Windows and WSL
Configuration menu - View commit details
-
Copy full SHA for dc1bda6 - Browse repository at this point
Copy the full SHA dc1bda6View commit details -
docs: Add note on node version when building (#333)
I heard several people had issues installing the project locally due to not noticing the difference between node version required to run vs to build the project. This improvement aims at helping in those cases and hopefully preventing small waste of time. Co-authored-by: Piotr Paulski <piotrpaulski@chromium.org>
Configuration menu - View commit details
-
Copy full SHA for 9111e2c - Browse repository at this point
Copy the full SHA 9111e2cView commit details -
fix: ordering of information in performance trace summary (#334)
Fixes a bug where the output contained "this is a high level summary" before then outputting the call frame / network format information before then outputting the trace summary. With this commit, we now output the summary & insights before ending with the format information.
Configuration menu - View commit details
-
Copy full SHA for 2d4484a - Browse repository at this point
Copy the full SHA 2d4484aView commit details -
chore(main): release chrome-devtools-mcp 0.7.0 (#308)
🤖 I have created a release *beep* *boop* --- ## [0.7.0](chrome-devtools-mcp-v0.6.1...chrome-devtools-mcp-v0.7.0) (2025-10-10) ### Features * Add offline network emulation support to emulate_network command ([#326](#326)) ([139ce60](139ce60)) * add request and response body ([#267](#267)) ([dd3c143](dd3c143)) ### Bug Fixes * ordering of information in performance trace summary ([#334](#334)) ([2d4484a](2d4484a)) * publishing to MCP registry ([#313](#313)) ([1faec78](1faec78)) * use default ProtocolTimeout ([#315](#315)) ([a525f19](a525f19)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for cff6173 - Browse repository at this point
Copy the full SHA cff6173View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff chrome-devtools-mcp-v0.6.1...chrome-devtools-mcp-v0.7.0