23 lines
510 B
JSON
23 lines
510 B
JSON
{
|
|
"name": "browse",
|
|
"description": "Browser automation and image processing tools for Claude Code using Playwright WebKit",
|
|
"version": "0.2.10",
|
|
"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"
|
|
}
|