ChromeDevTools / ChromeDevTools/chrome-devtools-mcp

Support snapshot diffs

Open
#835 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

collecting-feedback feature
Dominant language
TypeScript
Stars
52.3k
Forks
4.3k
Avg merge
2d 7h
Merged PRs (30d)
83

Description

Is your feature request related to a problem? Please describe.

Currently the tools always return the full page snapshot.

Describe the solution you'd like

Instead, when the snapshot is delivered in response to an action, we should only produce a diff to the previous snapshot.

Describe alternatives you've considered

None

Additional context

Related to https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/726

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review related issue #726 first, then trace how snapshots are produced after actions. Determine the current snapshot response path and define the expected diff behavior; the work is done when action responses provide only the changes from the previous snapshot rather than the full page snapshot.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
devtools
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.