refactor: disable issues in list_console_messages for now#575
Merged
Conversation
nattallius
approved these changes
Nov 19, 2025
OrKoN
pushed a commit
that referenced
this pull request
Nov 19, 2025
🤖 I have created a release *beep* *boop* --- ## [0.10.2](chrome-devtools-mcp-v0.10.1...chrome-devtools-mcp-v0.10.2) (2025-11-19) ### 📄 Documentation * add Factory CLI configuration to MCP clients ([#523](#523)) ([016e2fd](016e2fd)) ### ♻️ Chores * clear issue aggregator on page navigation ([#565](#565)) ([c3784d1](c3784d1)) * disable issues in list_console_messages for now ([#575](#575)) ([08e9a9f](08e9a9f)) * simplify issue management ([#564](#564)) ([3b016f1](3b016f1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
OrKoN
added a commit
that referenced
this pull request
Dec 2, 2025
Now that all PRs by @nattallius have landed, this PR removes the feature flag introduced in #575 and makes issues available by default. - list_console_messages has a new message type called `issue` to filter for DevTools issues - get_console_message returns details for the issues. DevTools issues help to identify and fix problems on web pages. See https://developer.chrome.com/docs/devtools/issues for more details. PRs contributing this feature: - #505 - #594 - #594
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.
Disabled the feature until the detail tool is ready.