豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.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)