Skip to content

Commit 8550def

Browse files
libyOrKoN
authored andcommitted
fix(plugin): use relative path for plugin source in marketplace
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.
1 parent ddeacfe commit 8550def

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
"plugins": [
1010
{
1111
"name": "chrome-devtools-mcp",
12-
"source": {
13-
"source": "github",
14-
"repo": "ChromeDevTools/chrome-devtools-mcp"
15-
},
12+
"source": "./",
1613
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer"
1714
}
1815
]

0 commit comments

Comments
 (0)