Files
page-agent/packages/mcp/package.json
T

36 lines
840 B
JSON
Raw Normal View History

2026-03-18 03:12:20 +08:00
{
"name": "@page-agent/mcp",
2026-03-18 20:36:29 +08:00
"private": false,
2026-07-09 15:50:06 +08:00
"version": "1.12.0",
2026-03-18 03:12:20 +08:00
"type": "module",
"bin": {
"page-agent-mcp": "src/index.js"
},
"files": [
"src/"
],
"description": "MCP server for controlling the browser via Page Agent extension",
"keywords": [
"page-agent",
"mcp",
"browser-automation",
"chrome-extension"
],
"author": "Simon<gaomeng1900>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alibaba/page-agent.git",
"directory": "packages/mcp"
},
"homepage": "https://alibaba.github.io/page-agent/",
"engines": {
"node": ">=20"
},
"dependencies": {
2026-03-30 20:21:25 +00:00
"@modelcontextprotocol/sdk": "^1.29.0",
2026-05-28 16:06:15 +08:00
"ws": "^8.21.0",
2026-05-11 17:19:23 +08:00
"zod": "^4.4.3"
2026-03-18 03:12:20 +08:00
}
}