zrald0
Version:
🧠zrald0 - Master Planning & Orchestration MCP Server. The intelligent conductor that creates comprehensive plans and orchestrates the entire zrald ecosystem (zrald1-4) to execute user requests with precision.
79 lines (78 loc) • 1.92 kB
JSON
{
"name": "zrald0",
"version": "1.0.0",
"description": "🧠zrald0 - Master Planning & Orchestration MCP Server. The intelligent conductor that creates comprehensive plans and orchestrates the entire zrald ecosystem (zrald1-4) to execute user requests with precision.",
"main": "dist/index.js",
"type": "module",
"bin": {
"zrald0": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "jest",
"lint": "eslint src/**/*.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"planning",
"orchestration",
"zrald",
"master-server",
"workflow",
"automation",
"reasoning",
"graph-rag",
"mission-planning",
"task-decomposition",
"intelligent-conductor"
],
"author": "The Augster",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zrald/zrald0.git"
},
"bugs": {
"url": "https://github.com/zrald/zrald0/issues"
},
"homepage": "https://github.com/zrald/zrald0#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"uuid": "^10.0.0",
"dotenv": "^16.4.5",
"axios": "^1.7.7",
"ws": "^8.18.0",
"eventemitter3": "^5.0.1",
"lodash": "^4.17.21",
"chalk": "^5.3.0",
"ora": "^8.1.0",
"inquirer": "^12.0.0"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.12",
"@types/lodash": "^4.17.7",
"@types/inquirer": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"@types/jest": "^29.5.12",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
]
}