docs: Fix Claude Code instructions (#2018)

This makes sure that the plugin installation command in Claude Code
actually use our own marketplace in order to ship the latest release.
This commit is contained in:
Michael Hablich
2026-05-08 10:33:40 +02:00
committed by GitHub
parent a565a7746c
commit a5ad67bdaf
+1 -1
View File
@@ -161,7 +161,7 @@ To install Chrome DevTools MCP with skills, add the marketplace registry in Clau
Then, install the plugin:
```sh
/plugin install chrome-devtools-mcp
/plugin install chrome-devtools-mcp@chrome-devtools-plugins
```
Restart Claude Code to have the MCP server and skills load (check with `/skills`).