chrome-devtools-mcp-for-extension 0.5.3 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,15 +28,15 @@ claude mcp add chrome-devtools-extension npx chrome-devtools-mcp-for-extension@l
|
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
<details>
|
|
31
|
-
<summary>Configuration file locations
|
|
31
|
+
<summary>Configuration file locations</summary>
|
|
32
32
|
|
|
33
|
-
**Configuration file locations
|
|
33
|
+
**Configuration file locations:**
|
|
34
34
|
|
|
35
35
|
- **Cursor**: `~/.cursor/extensions_config.json`
|
|
36
36
|
- **VS Code Copilot**: `.vscode/settings.json`
|
|
37
37
|
- **Cline**: Follow Cline's MCP setup guide
|
|
38
38
|
|
|
39
|
-
**JSON configuration
|
|
39
|
+
**JSON configuration:**
|
|
40
40
|
```json
|
|
41
41
|
{
|
|
42
42
|
"mcpServers": {
|
|
@@ -48,7 +48,7 @@ claude mcp add chrome-devtools-extension npx chrome-devtools-mcp-for-extension@l
|
|
|
48
48
|
}
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
**With extension loading
|
|
51
|
+
**With extension loading:**
|
|
52
52
|
```json
|
|
53
53
|
{
|
|
54
54
|
"mcpServers": {
|
|
@@ -64,9 +64,9 @@ claude mcp add chrome-devtools-extension npx chrome-devtools-mcp-for-extension@l
|
|
|
64
64
|
```
|
|
65
65
|
</details>
|
|
66
66
|
|
|
67
|
-
### 2. Restart Claude Code
|
|
67
|
+
### 2. Restart Claude Code
|
|
68
68
|
|
|
69
|
-
### 3. Try your first command
|
|
69
|
+
### 3. Try your first command
|
|
70
70
|
|
|
71
71
|
Tell your AI: "List all my Chrome extensions"
|
|
72
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chrome-devtools-mcp-for-extension",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Chrome extension development MCP server with Web Store automation. Fork of chrome-devtools-mcp with extension-specific tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "./build/src/index.js",
|