guanghulab/server/age-os/package.json
Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

25 lines
602 B
JSON

{
"name": "age-os-mcp",
"version": "1.0.0",
"description": "AGE OS MCP Server · 大脑工具链服务 · 铸渊主控",
"private": true,
"main": "mcp-server/server.js",
"scripts": {
"start": "node mcp-server/server.js",
"start:agents": "node agents/scheduler.js",
"test:db": "node mcp-server/test-db.js"
},
"dependencies": {
"express": "^4.21.0",
"pg": "^8.13.0",
"node-cron": "^3.0.3",
"uuid": "^11.1.0",
"@notionhq/client": "^2.2.15"
},
"engines": {
"node": ">=18.0.0"
},
"author": "铸渊 · ICE-GL-ZY001",
"license": "SEE COPYRIGHT"
}