Conversation
Lightning00Blade
approved these changes
Mar 30, 2026
Collaborator
|
@wolfib @Lightning00Blade do we mean to make it visible in the change log? is this PR usable as a standalone feature? |
Contributor
Author
|
All of this is gated behind the |
Collaborator
Contributor
Author
|
Thanks! Updated the PR description from 'feat' to 'chore'. I'll look into updating/fixing the release PR. |
Collaborator
|
It should be sufficient to update the PR description to fix the message https://github.com/googleapis/release-please?tab=readme-ov-file#how-can-i-fix-release-notes |
OrKoN
pushed a commit
to mvanhorn/chrome-devtools-mcp
that referenced
this pull request
Apr 1, 2026
…pages, select_page, close_page, new_page (ChromeDevTools#1762) There is no mechanism which would allow a page to push an updated list of in-page tools to the MCP server. The next best thing I can think of is to append an updated list of in-page tools to the response for each tool call related to page navigation (navigate_page, list_pages, select_page, close_page, new_page).
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.
There is no mechanism which would allow a page to push an updated list of in-page tools to the MCP server. The next best thing I can think of is to append an updated list of in-page tools to the response for each tool call related to page navigation (navigate_page, list_pages, select_page, close_page, new_page).
BEGIN_COMMIT_OVERRIDE
chore: Add list of in-page tools to responses for navigate_page, list_pages, select_page, close_page, new_page
END_COMMIT_OVERRIDE