Files
MCP-Browser/package.json
Jorge Fernando d8796531ee feat: MCP Browser v3.1.1 - 56+ tools, visual overlays, fixes
- Added 9 new tools: visual overlay, highlight, toast, drag-drop, etc.
- Fixed evaluateJS to support function arguments
- Fixed hover for non-visible elements
- Fixed storage operations with try/catch
- Added 10 new wait tools: clickable, element visible, text
- Fixed tool name mapping in server.js for MCP protocol
- Updated README with 60+ tools documentation
- Version bump to 3.1.1
2026-04-07 16:29:38 -03:00

19 lines
510 B
JSON

{
"name": "opencode-mcp-browser",
"version": "3.1.1",
"description": "MCP Browser - Automação de navegador de alta qualidade com 60+ tools",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Execute: node server.js\" && exit 0"
},
"keywords": ["mcp", "browser", "playwright", "automation", "scraping"],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
"playwright": "^1.58.2"
}
}