Skip to content

Commit da8544c

Browse files
committed
fix(mcp): update chrome-devtools command to use npx with latest version
1 parent e5db5e6 commit da8544c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.mcp.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
]
99
},
1010
"chrome-devtools": {
11-
"command": "chrome-devtools-mcp",
12-
"args": []
11+
"command": "npx",
12+
"args": [
13+
"chrome-devtools-mcp@latest"
14+
]
1315
}
1416
}
1517
}

0 commit comments

Comments
 (0)