From afe2c0bca22f1016ff82b57397deef65f5c4c64b Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Sun, 8 Feb 2026 04:30:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Commit=20message:=20Update=20202?= =?UTF-8?q?6-02-08=2004:30:24,=201=20files,=202=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📁 Files changed: 1 📝 Lines changed: 2 • mcp.ts --- src/mcp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcp.ts b/src/mcp.ts index 185a25f..dcd4258 100644 --- a/src/mcp.ts +++ b/src/mcp.ts @@ -50,7 +50,7 @@ function withLogging>( } const server = new McpServer({ - name: 'claude-browse', + name: 'browse-mcp', version: pkg.version, });