feat: Add Multi-Agent Orchestrator MCP Server using Cursor Agent CLI

This commit is contained in:
DDD1542
2026-02-06 00:03:56 +09:00
committed by DDD1542
parent 43541a12c9
commit 04565eb480
11 changed files with 3464 additions and 0 deletions

8
.cursor/mcp.json Normal file
View File

@@ -0,0 +1,8 @@
{
"mcpServers": {
"agent-orchestrator": {
"command": "node",
"args": ["C:/Users/defaultuser0/ERP-node/mcp-agent-orchestrator/build/index.js"]
}
}
}