From c71b699d662e0586eb98d8267eb2b2506f409110 Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Sun, 18 Jan 2026 00:35:52 +0700 Subject: [PATCH] update mcp --- .mcp.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.mcp.json b/.mcp.json index 11633fe..4074eca 100644 --- a/.mcp.json +++ b/.mcp.json @@ -42,11 +42,9 @@ "PERPLEXITY_TIMEOUT_MS": "600000" } }, - "browsermcp": { - "type": "stdio", + "chrome-devtools": { "command": "npx", - "args": ["-y", "@browsermcp/mcp@latest"], - "env": {} + "args": ["-y", "chrome-devtools-mcp@latest"] } } }