update mcp

This commit is contained in:
Oleg Proskurin 2026-01-18 00:35:52 +07:00
parent 30fd9ddad2
commit c71b699d66
1 changed files with 2 additions and 4 deletions

View File

@ -42,11 +42,9 @@
"PERPLEXITY_TIMEOUT_MS": "600000" "PERPLEXITY_TIMEOUT_MS": "600000"
} }
}, },
"browsermcp": { "chrome-devtools": {
"type": "stdio",
"command": "npx", "command": "npx",
"args": ["-y", "@browsermcp/mcp@latest"], "args": ["-y", "chrome-devtools-mcp@latest"]
"env": {}
} }
} }
} }