💬 Commit message: Update 2026-02-08 03:05:28, 17 files, 662 lines

📁 Files changed: 17
📝 Lines changed: 662

  • plugin.json
  • .mcp.json
  • README.md
  • analyze.md
  • compare.md
  • end.md
  • extract.md
  • fill.md
  • goto.md
  • restore.md
  • save.md
  • scrape.md
  • screenshot.md
  • start.md
  • package.json
  • browser.ts
  • mcp.ts
This commit is contained in:
Adam Ladachowski
2026-02-08 03:05:28 +01:00
parent 67b6dc3a79
commit ab03140803
17 changed files with 655 additions and 7 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
{
"mcpServers": {
"claude-browse": {
"command": "npx",
"args": ["claude-browse-mcp"]
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/dist/mcp.js"],
"env": {}
}
}
}