From c34ee09b975e920d0e6203519ce0da19eb924511 Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Sun, 8 Feb 2026 04:25:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Commit=20message:=20Update=20202?= =?UTF-8?q?6-02-08=2004:25:31,=202=20files,=208=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📁 Files changed: 2 📝 Lines changed: 8 • .mcp.json • plugin.json --- .claude-plugin/.mcp.json | 6 ++++++ .claude-plugin/plugin.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .claude-plugin/.mcp.json diff --git a/.claude-plugin/.mcp.json b/.claude-plugin/.mcp.json new file mode 100644 index 0000000..c21dde2 --- /dev/null +++ b/.claude-plugin/.mcp.json @@ -0,0 +1,6 @@ +{ + "claude-browse": { + "command": "browse-mcp", + "args": [] + } +} diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1277210..427764e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "browse", "description": "Browser automation and image processing tools for Claude Code using Playwright WebKit", - "version": "0.2.0", + "version": "0.2.5", "author": { "name": "aladac", "url": "https://github.com/aladac"