feat(desktop): default to control-chrome executable without npx (#534)

This commit is contained in:
ben
2026-02-10 23:22:01 -08:00
committed by GitHub
parent 0b3c9ae602
commit b393d67605
7 changed files with 88 additions and 13 deletions

View File

@@ -1,12 +1,10 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"chrome-devtools": {
"control-chrome": {
"type": "local",
"command": [
"npx",
"-y",
"chrome-devtools-mcp@latest"
"chrome-devtools-mcp"
]
}
},