Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ChromeDevTools/chrome-devtools-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: chrome-devtools-mcp-v0.6.1
Choose a base ref
...
head repository: ChromeDevTools/chrome-devtools-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chrome-devtools-mcp-v0.7.0
Choose a head ref
  • 15 commits
  • 23 files changed
  • 10 contributors

Commits on Oct 8, 2025

  1. Configuration menu
    Copy the full SHA
    0c3b019 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    dd3c143 View commit details
    Browse the repository at this point in the history
  3. 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.
    Lightning00Blade authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    5b78be5 View commit details
    Browse the repository at this point in the history
  4. 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.
    Lightning00Blade authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    58e50b5 View commit details
    Browse the repository at this point in the history
  5. chore: fix manual workflow (#310)

    Action was wrong, and the jobs were not stop depending on the input.
    Lightning00Blade authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    f478c57 View commit details
    Browse the repository at this point in the history
  6. 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.
    Lightning00Blade authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    78a9f88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1faec78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a525f19 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. chore: switch to issue type in bug template (#325)

    Use the native issue time that was recently added.
    Lightning00Blade authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    fe76d8f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. docs: fix arg name typo (#327)

    OrKoN authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    4892a6e View commit details
    Browse the repository at this point in the history
  2. 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
    iamitesh authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    139ce60 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump puppeteer (#331)

    Includes fixes for Chrome installation detection on Windows and WSL
    OrKoN authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    dc1bda6 View commit details
    Browse the repository at this point in the history
  4. 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>
    zyzyzyryxy and Piotr Paulski authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    9111e2c View commit details
    Browse the repository at this point in the history
  5. 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.
    jackfranklin authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    2d4484a View commit details
    Browse the repository at this point in the history
  6. 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).
    browser-automation-bot authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    cff6173 View commit details
    Browse the repository at this point in the history
Loading