- Side Panel with Chat UI, Quick Actions, Dev Tools - 22 browser automation tools (DOM, JS, screenshots, navigation) - MCP server (zero-dep, Node 18+) for external AI clients - Supports OpenRouter, Ollama, Anthropic, OpenAI, custom endpoints - Chrome/Brave MV3 extension with content script console capture
14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"name": "browser-pilot-server",
|
|
"version": "1.0.0",
|
|
"description": "MCP server + WebSocket bridge for Browser Pilot extension",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "node --watch index.js"
|
|
},
|
|
"dependencies": {},
|
|
"license": "MIT"
|
|
}
|