ERP-node/mcp-agent-orchestrator/package.json

30 lines
590 B
JSON
Raw Permalink Normal View History

{
"name": "mcp-agent-orchestrator",
"version": "2.0.0",
"description": "Multi-Agent Orchestrator MCP Server using Cursor Agent CLI (Team Plan)",
"type": "module",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"cursor",
"mcp",
"multi-agent",
"ai",
"orchestrator"
]
}