feat: support third-party developer tools#1982
Merged
Conversation
f472551 to
d426575
Compare
876f4d1 to
366d3dd
Compare
Collaborator
|
Edited the title. |
Collaborator
|
Can you update the description with what the feature is about? |
OrKoN
approved these changes
May 6, 2026
masamaru0513
pushed a commit
to masamaru0513/chrome-devtools-mcp
that referenced
this pull request
May 6, 2026
🤖 I have created a release *beep* *boop* --- ## [0.25.0](ChromeDevTools/chrome-devtools-mcp@chrome-devtools-mcp-v0.24.0...chrome-devtools-mcp-v0.25.0) (2026-05-06) ### 🎉 Features * support third-party developer tools ([ChromeDevTools#1982](ChromeDevTools#1982)) ([7548c97](ChromeDevTools@7548c97)) ### 🛠️ Fixes * **input:** stop native select option clicks from timing out ([ChromeDevTools#1960](ChromeDevTools#1960)) ([510ec0f](ChromeDevTools@510ec0f)) * make sure env variables are consistently applied when parsing args ([ChromeDevTools#1994](ChromeDevTools#1994)) ([f45f068](ChromeDevTools@f45f068)) ### 📄 Documentation * extract WebMCP into its own category ([ChromeDevTools#1993](ChromeDevTools#1993)) ([da0441d](ChromeDevTools@da0441d)) * remove token estimates ([ChromeDevTools#2003](ChromeDevTools#2003)) ([14938ac](ChromeDevTools@14938ac)) * update generate-docs.ts tools output order ([ChromeDevTools#1991](ChromeDevTools#1991)) ([895fc65](ChromeDevTools@895fc65)), closes [ChromeDevTools#1932](ChromeDevTools#1932) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables "third-party developer tools" feature. This allows the inspected web page to expose tools which provide debugging information to Chrome DevTools for Agents.
Third-party developer tools enable web applications to expose internal state, component hierarchies, or specific debug data that cannot be deduced through static analysis. This allows Chrome DevTools for Agents to provide richer, more actionable context to AI agents during debugging sessions.
2 additional tools are enabled in Chrome DevTools for Agents for interacting with third-party developer tools:
list_3p_developer_tools()andexecute_3p_developer_tool.Code changes in this PR: