Files
browse/.claude-plugin/plugin.json
T
Adam Ladachowski eda52c4179 Rename CLI from claude-browse to browse
- Changed bin name from claude-browse to browse in package.json
- Updated all CLI help, examples, and version output in cli.ts
- Updated MCP server config to use node with plugin root path
- Updated README with new command name
- Bumped version to 0.2.7

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 04:52:36 +01:00

23 lines
509 B
JSON

{
"name": "browse",
"description": "Browser automation and image processing tools for Claude Code using Playwright WebKit",
"version": "0.2.7",
"author": {
"name": "aladac",
"url": "https://github.com/aladac"
},
"repository": "https://github.com/saiden-dev/browse",
"license": "MIT",
"keywords": [
"browser",
"automation",
"playwright",
"webkit",
"screenshot",
"scraping",
"image-processing"
],
"mcpServers": "./.mcp.json",
"commands": "./commands"
}