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

36 lines
839 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-04-04 01:37:49 +08:00
"version": "1.7.1",
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",
"ws": "^8.20.0",
2026-03-18 03:12:20 +08:00
"zod": "^4.3.5"
}
}