From b45b4baf2bd85abd93d94cc47664aa89ceb66e19 Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Sun, 8 Feb 2026 04:46:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Commit=20message:=20Update=20202?= =?UTF-8?q?6-02-08=2004:46:11,=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 --- .mcp.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..c3dbfb2 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "claude-browse": { + "command": "npx", + "args": ["browse-mcp"] + } + } +}