From 314b75a6b49f616d5e55018e2105566d534929c7 Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Sun, 8 Feb 2026 04:56:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Commit=20message:=20Update=20202?= =?UTF-8?q?6-02-08=2004:56:13,=201=20files,=208=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📁 Files changed: 1 📝 Lines changed: 8 • .mcp.json --- .claude-plugin/.mcp.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/.mcp.json b/.claude-plugin/.mcp.json index 239c0bb..c079f1c 100644 --- a/.claude-plugin/.mcp.json +++ b/.claude-plugin/.mcp.json @@ -1,6 +1,8 @@ { - "browse-mcp": { - "command": "browse-mcp", - "args": [] + "mcpServers": { + "browse": { + "command": "node", + "args": ["${CLAUDE_PLUGIN_ROOT}/dist/mcp.js"] + } } }