@darbotlabs/darbot-browser-mcp
Version:
🤖 Your Autonomous Browser Companion - 29 AI-driven browser tools with work profile support and VS Code GitHub Copilot agent mode integration
95 lines (94 loc) • 2.77 kB
JSON
{
"name": "@darbotlabs/darbot-browser-mcp",
"version": "0.2.0",
"description": "🤖 Your Autonomous Browser Companion - 29 AI-driven browser tools with work profile support and VS Code GitHub Copilot agent mode integration",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/darbotlabs/darbot-browser-mcp.git"
},
"homepage": "https://github.com/darbotlabs/darbot-browser-mcp",
"keywords": [
"mcp",
"browser",
"autonomous",
"darbot",
"automation",
"testing",
"screenshot",
"copilot",
"ai",
"edge",
"chrome",
"web-automation",
"playwright",
"selenium-alternative",
"browser-testing",
"accessibility",
"work-profiles",
"session-management",
"github-copilot",
"model-context-protocol",
"vscode-extension",
"agent-mode",
"copilot-integration"
],
"engines": {
"node": ">=18"
},
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"scripts": {
"build": "tsc",
"lint": "npm run update-readme && eslint . && tsc --noEmit",
"update-readme": "node utils/update-readme.js",
"watch": "tsc --watch",
"test": "npx @playwright/test",
"test:msedge": "npx @playwright/test --project=msedge",
"run-server": "node cli.js",
"run-darbot": "node cli.js",
"clean": "rmdir /s /q lib 2>nul || echo Clean completed",
"npm-publish": "npm run clean && npm run build && npm run test && npm publish",
"package": "npm run build && npm pack",
"prepublishOnly": "npm run clean && npm run build"
},
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.0",
"commander": "^13.1.0",
"debug": "^4.4.1",
"mime": "^4.0.7",
"playwright": "1.55.0-alpha-1752540053000",
"playwright-core": "1.55.0-alpha-1752540053000",
"ws": "^8.18.1",
"zod-to-json-schema": "^3.24.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@playwright/test": "1.55.0-alpha-1752540053000",
"@stylistic/eslint-plugin": "^3.0.1",
"@types/chrome": "^0.0.315",
"@types/debug": "^4.1.12",
"@types/node": "^22.13.10",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"@typescript-eslint/utils": "^8.26.1",
"eslint": "^9.19.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-notice": "^1.0.0",
"typescript": "^5.8.2"
},
"bin": {
"darbot-browser-mcp": "cli.js"
}
}