fix: use relative path for plugin source in marketplace#724
Merged
OrKoN merged 1 commit intoChromeDevTools:mainfrom Jan 9, 2026
Merged
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
b73b3a7 to
8550def
Compare
mathiasbynens
approved these changes
Jan 7, 2026
The previous GitHub self-reference format was not recognized by Claude Code when adding this repository as an external marketplace. Using a relative path `./` follows the pattern used by other official plugins like Sentry and ensures proper plugin discovery.
8550def to
dde2b91
Compare
Contributor
Author
|
The failing test is a known flaky test, unrelated to this change. Could you please re-run CI? Thanks! |
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 15, 2026
🤖 I have created a release *beep* *boop* --- ## [0.13.0](chrome-devtools-mcp-v0.12.1...chrome-devtools-mcp-v0.13.0) (2026-01-14) ### 🎉 Features * Allow opting out of default Chrome launch arguments ([#729](#729)) ([9a51af2](9a51af2)) * support filePath in performance tools ([#686](#686)) ([68ae2f8](68ae2f8)) ### 🛠️ Fixes * support resize_page when browser window is maximized/fullscreenwindow state ([#748](#748)) ([4d9ac22](4d9ac22)) * use relative path for plugin source in marketplace ([#724](#724)) ([5c1ecf8](5c1ecf8)) ### 📄 Documentation * add experimental chrome on android guide ([#691](#691)) ([4a87702](4a87702)) * autoConnect - clarify how the mcp server selects a profile ([#693](#693)) ([28b8ff8](28b8ff8)) * claude code broken link ([#707](#707)) ([1f532b8](1f532b8)) * enhance cli docs + sort required vs opt params ([#674](#674)) ([81cbd99](81cbd99)) * update auto connect docs to mention min Chrome version ([#681](#681)) ([ab2340f](ab2340f)) * Update Claude Code instructions in README.md ([#711](#711)) ([f81cd2d](f81cd2d)) * update readme to include OpenCode example ([#560](#560)) ([fbba3c9](fbba3c9)) ### ♻️ Chores * change pageIdx to page ids ([#741](#741)) ([a23c6ba](a23c6ba)) --- 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.
The previous GitHub self-reference format was not recognized by Claude Code when adding this repository as an external marketplace. Using a relative path
./follows the pattern used by other official plugins like Sentry and ensures proper plugin discovery.