From 2ea6fe0951f9cd44e479dea772ad61280e8293e3 Mon Sep 17 00:00:00 2001 From: Shamim Rahat <200350610+shamim4088@users.noreply.github.com> Date: Sun, 7 Dec 2025 23:08:56 +0800 Subject: [PATCH] 5d3de6012a52d43056c60fec95aa23a2d920c385 --- .claude-plugin/plugin.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1033f4171..c50f0e748 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -9,3 +9,16 @@ } } } +{ + "mcpServers": { + "chrome-devtools": { + "command": "npx", + "args": [ + "chrome-devtools-mcp@latest", + "--channel=canary", + "--headless=true", + "--isolated=true" + ] + } + } +}