Skip to content

Commit 5c1ecf8

Browse files
authored
fix: use relative path for plugin source in marketplace (#724)
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](https://github.com/getsentry/sentry-for-claude/blob/main/.claude-plugin/marketplace.json) and ensures proper plugin discovery. <img width="1824" height="1488" alt="image" src="https://github.com/user-attachments/assets/18e8767d-b362-4c08-a166-ae91ff9d2711" />
1 parent 8e252dd commit 5c1ecf8

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)