💬 Commit message: Update 2026-02-08 04:49:18, 8 files, 120 lines

📁 Files changed: 8
📝 Lines changed: 120

  • settings.json
  • .mcp.json
  • README.md
  • save.md
  • cli.js
  • cli.js.map
  • package.json
  • cli.ts
This commit is contained in:
Adam Ladachowski
2026-02-08 04:49:18 +01:00
parent b45b4baf2b
commit 09c34b804f
8 changed files with 60 additions and 60 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
{
"mcpServers": {
"claude-browse": {
"command": "npx",
"args": ["browse-mcp"]
"browse": {
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/dist/mcp.js"]
}
}
}