Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:18 +08:00
commit 6600faba5e
3 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
{
"name": "claude-flow",
"description": "Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities",
"version": "2.5.0",
"author": {
"name": "rUv",
"email": "ruv@ruv.net"
},
"mcp": {
"claude-flow": {
"command": "npx",
"args": [
"claude-flow@alpha",
"mcp",
"start"
],
"description": "Core Claude Flow MCP server for swarm coordination, agent management, and task orchestration (40+ tools)",
"optional": false
},
"ruv-swarm": {
"command": "npx",
"args": [
"ruv-swarm",
"mcp",
"start"
],
"description": "Enhanced swarm coordination with WASM acceleration (2.8-4.4x speed improvement)",
"optional": true
},
"flow-nexus": {
"command": "npx",
"args": [
"flow-nexus@latest",
"mcp",
"start"
],
"description": "Cloud-based orchestration platform with 70+ tools (requires authentication)",
"optional": true
}
}
}