ChromeDevTools / ChromeDevTools/chrome-devtools-mcp
Support snapshot diffs
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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