Bumps the production-dependencies group with 1 update: [ws](https://github.com/websockets/ws). Updates `ws` from 8.19.0 to 8.20.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.19.0...8.20.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
839 B
JSON
36 lines
839 B
JSON
{
|
|
"name": "@page-agent/mcp",
|
|
"private": false,
|
|
"version": "1.6.1",
|
|
"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": {
|
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
"ws": "^8.20.0",
|
|
"zod": "^4.3.5"
|
|
}
|
|
}
|