monomind 1.16.10 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/.claude/agents/github/code-review-swarm.md +19 -19
  2. package/.claude/agents/github/github-modes.md +4 -4
  3. package/.claude/agents/github/multi-repo-swarm.md +24 -24
  4. package/.claude/agents/github/project-board-sync.md +28 -28
  5. package/.claude/agents/github/swarm-issue.md +26 -26
  6. package/.claude/agents/github/swarm-pr.md +18 -18
  7. package/.claude/agents/github/workflow-automation.md +27 -27
  8. package/.claude/agents/reengineer-squad/git-manager.md +2 -2
  9. package/.claude/commands/mastermind/master.md +9 -3
  10. package/.claude/commands/mastermind/references/antigravity-tools.md +60 -0
  11. package/.claude/commands/mastermind/references/claude-code-tools.md +50 -0
  12. package/.claude/commands/mastermind/references/codex-tools.md +64 -0
  13. package/.claude/commands/mastermind/references/copilot-tools.md +49 -0
  14. package/.claude/commands/mastermind/references/gemini-tools.md +63 -0
  15. package/.claude/commands/mastermind/references/pi-tools.md +28 -0
  16. package/.claude/helpers/mastermind-activate.cjs +53 -0
  17. package/.claude/settings.json +4 -0
  18. package/.claude/skills/mastermind/runorg.md +14 -0
  19. package/.claude/skills/mastermind/techport.md +5 -5
  20. package/README.md +1 -1
  21. package/package.json +5 -4
  22. package/packages/@monomind/cli/.claude/agents/github/code-review-swarm.md +19 -19
  23. package/packages/@monomind/cli/.claude/agents/github/github-modes.md +4 -4
  24. package/packages/@monomind/cli/.claude/agents/github/multi-repo-swarm.md +24 -24
  25. package/packages/@monomind/cli/.claude/agents/github/project-board-sync.md +28 -28
  26. package/packages/@monomind/cli/.claude/agents/github/swarm-issue.md +26 -26
  27. package/packages/@monomind/cli/.claude/agents/github/swarm-pr.md +18 -18
  28. package/packages/@monomind/cli/.claude/agents/github/workflow-automation.md +27 -27
  29. package/packages/@monomind/cli/.claude/agents/reengineer-squad/git-manager.md +2 -2
  30. package/packages/@monomind/cli/.claude/commands/mastermind/master.md +9 -3
  31. package/packages/@monomind/cli/.claude/commands/mastermind/references/antigravity-tools.md +60 -0
  32. package/packages/@monomind/cli/.claude/commands/mastermind/references/claude-code-tools.md +50 -0
  33. package/packages/@monomind/cli/.claude/commands/mastermind/references/codex-tools.md +64 -0
  34. package/packages/@monomind/cli/.claude/commands/mastermind/references/copilot-tools.md +49 -0
  35. package/packages/@monomind/cli/.claude/commands/mastermind/references/gemini-tools.md +63 -0
  36. package/packages/@monomind/cli/.claude/commands/mastermind/references/pi-tools.md +28 -0
  37. package/packages/@monomind/cli/.claude/helpers/mastermind-activate.cjs +53 -0
  38. package/packages/@monomind/cli/.claude/skills/mastermind/runorg.md +14 -0
  39. package/packages/@monomind/cli/.claude/skills/mastermind/techport.md +5 -5
  40. package/packages/@monomind/cli/README.md +1 -1
  41. package/packages/@monomind/cli/dist/src/browser/dashboard/ui.html +125 -37
  42. package/packages/@monomind/cli/dist/src/commands/index.js +0 -2
  43. package/packages/@monomind/cli/dist/src/init/executor.js +0 -24
  44. package/packages/@monomind/cli/dist/src/init/statusline-generator.js +0 -45
  45. package/packages/@monomind/cli/dist/src/init/types.d.ts +0 -2
  46. package/packages/@monomind/cli/dist/src/init/types.js +0 -2
  47. package/packages/@monomind/cli/dist/src/ui/dashboard.html +82 -75
  48. package/packages/@monomind/cli/dist/src/ui/server.mjs +41 -4
  49. package/packages/@monomind/cli/package.json +1 -1
  50. package/packages/@monomind/guidance/README.md +0 -1
  51. package/packages/@monomind/guidance/package.json +2 -14
  52. package/scripts/verify-appliance.sh +16 -20
  53. package/.claude-plugin/README.md +0 -704
  54. package/.claude-plugin/docs/INSTALLATION.md +0 -258
  55. package/.claude-plugin/docs/PLUGIN_SUMMARY.md +0 -358
  56. package/.claude-plugin/docs/QUICKSTART.md +0 -357
  57. package/.claude-plugin/docs/STRUCTURE.md +0 -122
  58. package/.claude-plugin/hooks/hooks.json +0 -74
  59. package/.claude-plugin/marketplace.json +0 -98
  60. package/.claude-plugin/plugin.json +0 -70
  61. package/.claude-plugin/scripts/install.sh +0 -234
  62. package/.claude-plugin/scripts/uninstall.sh +0 -36
  63. package/.claude-plugin/scripts/verify.sh +0 -102
@@ -1,357 +0,0 @@
1
- # 🚀 Monomind Plugin - Quickstart Guide
2
-
3
- Get started with Monomind in 5 minutes!
4
-
5
- ---
6
-
7
- ## 📦 Installation
8
-
9
- ### Quick Install (Recommended)
10
-
11
- In Claude Code:
12
-
13
- ```
14
- /plugin add monoes/monomind
15
- /restart
16
- ```
17
-
18
- ### Local Installation
19
-
20
- ```bash
21
- # Clone the repository
22
- git clone https://github.com/monoes/monomind.git
23
- cd monomind
24
- ```
25
-
26
- Then in Claude Code:
27
- ```
28
- /plugin add .
29
- /restart
30
- ```
31
-
32
- ---
33
-
34
- ## ✅ Verify Installation
35
-
36
- In Claude Code:
37
-
38
- ```
39
- /plugin list
40
- ```
41
-
42
- Look for `monomind` in the active plugins.
43
-
44
- Try a command:
45
- ```
46
- /coordination-swarm-init
47
- ```
48
-
49
- Or type `/` to see all 150+ commands.
50
-
51
- ---
52
-
53
- ## 🎯 Your First Swarm
54
-
55
- ### 1. Initialize a Swarm
56
-
57
- In Claude Code, run:
58
-
59
- ```
60
- /coordination-swarm-init
61
- ```
62
-
63
- This creates a hierarchical swarm with:
64
- - Automatic agent spawning
65
- - Cross-session memory
66
- - Performance optimization
67
-
68
- ### 2. Spawn Specialized Agents
69
-
70
- ```
71
- /coordination-agent-spawn
72
- ```
73
-
74
- Choose from 74+ agents:
75
- - `coder` - Code implementation
76
- - `tester` - Test creation
77
- - `reviewer` - Code review
78
- - `planner` - Project planning
79
- - And 70 more!
80
-
81
- ### 3. Orchestrate a Task
82
-
83
- ```
84
- /coordination-task-orchestrate "Build a REST API with authentication"
85
- ```
86
-
87
- The swarm automatically:
88
- 1. Analyzes requirements
89
- 2. Spawns appropriate agents
90
- 3. Coordinates parallel execution
91
- 4. Monitors progress
92
- 5. Reports results
93
-
94
- ---
95
-
96
- ## 💻 Common Workflows
97
-
98
- ### Full-Stack Development
99
-
100
- ```bash
101
- # Initialize development swarm
102
- /swarm-development
103
-
104
- # Spawns: backend-dev, coder, tester, reviewer
105
- # Orchestrates: design → implement → test → review
106
- ```
107
-
108
- ### SPARC TDD Workflow
109
-
110
- ```bash
111
- # Specification phase
112
- /sparc-modes specification "Shopping cart system"
113
-
114
- # Architecture design
115
- /sparc-architect
116
-
117
- # TDD implementation
118
- /sparc-tdd
119
-
120
- # Review and optimize
121
- /sparc-reviewer
122
- /sparc-optimizer
123
- ```
124
-
125
- ### GitHub Automation
126
-
127
- ```bash
128
- # Analyze repository
129
- /github-repo-analyze
130
-
131
- # Multi-agent PR review
132
- /github-code-review-swarm
133
-
134
- # Automated PR management
135
- /github-pr-manager
136
-
137
- # Release coordination
138
- /github-release-manager
139
- ```
140
-
141
- ---
142
-
143
- ## 🧪 Try These Commands
144
-
145
- ### Monitoring
146
-
147
- ```bash
148
- /monitoring-status # System overview
149
- /monitoring-swarm-monitor # Real-time swarm view
150
- /monitoring-agent-metrics # Performance metrics
151
- ```
152
-
153
- ### Analysis
154
-
155
- ```bash
156
- /analysis-performance-report # Performance analysis
157
- /analysis-bottleneck-detect # Find bottlenecks
158
- /analysis-token-usage # Token consumption
159
- ```
160
-
161
- ### Optimization
162
-
163
- ```bash
164
- /optimization-auto-topology # Auto-select topology
165
- /optimization-parallel-execution # Parallel task execution
166
- /optimization-cache-manage # Cache management
167
- ```
168
-
169
- ---
170
-
171
- ## 🎨 Agent Showcase
172
-
173
- ### Core Development Agents
174
-
175
- ```
176
- /coordination-agent-spawn coder
177
- /coordination-agent-spawn tester
178
- /coordination-agent-spawn reviewer
179
- ```
180
-
181
- ### GitHub Automation Agents
182
-
183
- ```
184
- /coordination-agent-spawn pr-manager
185
- /coordination-agent-spawn code-review-swarm
186
- /coordination-agent-spawn release-manager
187
- ```
188
-
189
- ### Swarm Coordination Agents
190
-
191
- ```
192
- /coordination-agent-spawn hierarchical-coordinator
193
- /coordination-agent-spawn mesh-coordinator
194
- /coordination-agent-spawn adaptive-coordinator
195
- ```
196
-
197
- ---
198
-
199
- ## 🔧 MCP Configuration
200
-
201
- ### Add MCP Servers
202
-
203
- ```bash
204
- # Core MCP (required)
205
- claude mcp add monomind npx monomind@alpha mcp start
206
-
207
- # Cloud features (optional - requires auth)
208
- ```
209
-
210
- ### Test MCP Integration
211
-
212
- In Claude Code:
213
-
214
- ```
215
- List available MCP tools for monomind
216
- ```
217
-
218
- Expected: 40+ tools including:
219
- - `swarm_init`
220
- - `agent_spawn`
221
- - `task_orchestrate`
222
- - `memory_usage`
223
- - `neural_train`
224
- - And more!
225
-
226
- ---
227
-
228
- ## 📚 Example: Build a Todo App
229
-
230
- ### Step 1: Initialize
231
-
232
- ```
233
- /coordination-swarm-init
234
- ```
235
-
236
- ### Step 2: Specify Requirements
237
-
238
- ```
239
- /sparc-modes specification "Todo app with React frontend and Express backend"
240
- ```
241
-
242
- ### Step 3: Design Architecture
243
-
244
- ```
245
- /sparc-architect
246
- ```
247
-
248
- ### Step 4: TDD Implementation
249
-
250
- ```
251
- /sparc-tdd
252
- ```
253
-
254
- ### Step 5: Monitor Progress
255
-
256
- ```
257
- /monitoring-swarm-monitor
258
- ```
259
-
260
- ### Step 6: Review & Optimize
261
-
262
- ```
263
- /sparc-reviewer
264
- /sparc-optimizer
265
- ```
266
-
267
- ### Step 7: Performance Report
268
-
269
- ```
270
- /analysis-performance-report
271
- ```
272
-
273
- ---
274
-
275
- ## 🐛 Troubleshooting
276
-
277
- ### Commands Not Found
278
-
279
- ```bash
280
- # Verify installation
281
- bash scripts/verify.sh
282
-
283
- # Check commands directory
284
- ls ~/.claude/commands/
285
-
286
- # Restart Claude Code
287
- ```
288
-
289
- ### MCP Not Working
290
-
291
- ```bash
292
- # Check settings
293
- cat ~/.claude/settings.json
294
-
295
- # Verify MCP package
296
- npx monomind@alpha --version
297
-
298
- # Reinstall if needed
299
- npm install -g monomind@alpha
300
- ```
301
-
302
- ### Agents Not Spawning
303
-
304
- ```bash
305
- # Check agents directory
306
- ls ~/.claude/agents/
307
-
308
- # Verify permissions
309
- chmod -R 755 ~/.claude/agents/
310
-
311
- # Restart Claude Code
312
- ```
313
-
314
- ---
315
-
316
- ## 🎓 Next Steps
317
-
318
- 1. **Explore Commands**: Browse `~/.claude/commands/` for all 150+ commands
319
- 2. **Try Agents**: Experiment with different specialized agents
320
- 3. **Read User Guide**: `docs/USER_GUIDE.md` for detailed documentation
321
- 4. **Check Examples**: `docs/EXAMPLES.md` for real-world usage
322
- 5. **Join Community**: GitHub Discussions for help and sharing
323
-
324
- ---
325
-
326
- ## 📖 Quick Reference
327
-
328
- ### Most Used Commands
329
-
330
- | Command | Purpose |
331
- |---------|---------|
332
- | `/coordination-swarm-init` | Initialize swarm |
333
- | `/coordination-agent-spawn` | Spawn agents |
334
- | `/coordination-task-orchestrate` | Orchestrate tasks |
335
- | `/sparc-tdd` | TDD workflow |
336
- | `/github-pr-manager` | PR management |
337
- | `/monitoring-status` | System status |
338
- | `/analysis-performance-report` | Performance |
339
-
340
- ### Most Used Agents
341
-
342
- | Agent | Purpose |
343
- |-------|---------|
344
- | `coder` | Code implementation |
345
- | `tester` | Test creation |
346
- | `reviewer` | Code review |
347
- | `planner` | Project planning |
348
- | `backend-dev` | Backend development |
349
- | `pr-manager` | PR automation |
350
-
351
- ---
352
-
353
- ## 🚀 You're Ready!
354
-
355
- Start building with Monomind's enterprise AI agent orchestration.
356
-
357
- **Happy coding!** 🎉
@@ -1,122 +0,0 @@
1
- # Monomind Plugin Structure
2
-
3
- ## Official Claude Code Plugin Format
4
-
5
- This plugin follows the official Claude Code plugin specification.
6
-
7
- ## Directory Structure
8
-
9
- ```
10
- monomind/
11
- ├── .claude-plugin/ # Plugin metadata and documentation
12
- │ ├── plugin.json # Plugin manifest
13
- │ ├── marketplace.json # Marketplace distribution metadata
14
- │ ├── README.md # Complete documentation (20KB)
15
- │ ├── STRUCTURE.md # This file
16
- │ ├── docs/
17
- │ │ └── QUICKSTART.md # 5-minute quickstart
18
- │ └── scripts/
19
- │ ├── install.sh # Installation script
20
- │ ├── verify.sh # Verification script
21
- │ └── uninstall.sh # Uninstallation script
22
-
23
- ├── commands/ # 150+ slash commands
24
- │ ├── coordination/ # Swarm coordination (6 commands)
25
- │ ├── sparc/ # SPARC methodology (18 commands)
26
- │ ├── github/ # GitHub integration (18 commands)
27
- │ ├── hive-mind/ # Hive mind (11 commands)
28
- │ ├── hooks/ # Hooks configuration (5 commands)
29
- │ ├── memory/ # Memory management (5 commands)
30
- │ ├── monitoring/ # Monitoring (5 commands)
31
- │ ├── optimization/ # Optimization (5 commands)
32
- │ ├── analysis/ # Analysis (5 commands)
33
- │ ├── automation/ # Automation (6 commands)
34
- │ ├── swarm/ # Swarm management (15 commands)
35
- │ ├── workflows/ # Workflows (5 commands)
36
- │ ├── training/ # Neural training (5 commands)
37
-
38
- ├── agents/ # 74+ specialized agents
39
- │ ├── core/ # Core development (5 agents)
40
- │ ├── swarm/ # Swarm coordination (5 agents)
41
- │ ├── consensus/ # Consensus protocols (7 agents)
42
- │ ├── github/ # GitHub automation (13 agents)
43
- │ ├── specialized/ # Specialized development (8 agents)
44
- │ ├── sparc/ # SPARC methodology (4 agents)
45
- │ ├── hive-mind/ # Hive mind (5 agents)
46
- │ └── optimization/ # Performance optimization (5 agents)
47
-
48
- └── hooks/ # Event handlers
49
- └── hooks.json # Hook configuration
50
-
51
- ```
52
-
53
- ## Installation
54
-
55
- Users install with:
56
-
57
- ```
58
- /plugin add monoes/monomind
59
- /restart
60
- ```
61
-
62
- ## Components
63
-
64
- ### Plugin Metadata
65
- - **plugin.json**: Plugin manifest with configuration
66
- - Plugin name, version, description
67
- - Author and repository information
68
- - MCP server configuration
69
- - Engine requirements
70
- - **marketplace.json**: Marketplace distribution metadata
71
- - Marketplace owner information
72
- - Plugin listing and features
73
- - Requirements and dependencies
74
-
75
- ### Commands (`commands/`)
76
- - Markdown files (.md)
77
- - Automatically discovered by Claude Code
78
- - 150+ commands across 19 categories
79
- - Named with kebab-case (e.g., `coordination-swarm-init.md`)
80
-
81
- ### Agents (`agents/`)
82
- - Markdown files with YAML frontmatter
83
- - Available for delegation
84
- - 74+ specialized agents across 20 categories
85
- - Named with kebab-case (e.g., `backend-dev.md`)
86
-
87
- ### Hooks (`hooks/hooks.json`)
88
- - Event handler configuration
89
- - Integration with Monomind coordination
90
- - Pre/post task execution, session management
91
-
92
- ## MCP Integration
93
-
94
- The plugin configures 3 MCP servers:
95
-
96
- 1. **monomind** (Required)
97
- - 40+ orchestration tools
98
- - Swarm coordination
99
- - Agent management
100
-
101
- - 70+ cloud tools
102
- - Requires authentication
103
-
104
- ## Documentation
105
-
106
- - **README.md**: Complete plugin documentation (20KB)
107
- - **marketplace.json**: Marketplace distribution metadata
108
- - **docs/INSTALLATION.md**: Installation instructions
109
- - **docs/PLUGIN_SUMMARY.md**: Production status
110
- - **docs/STRUCTURE.md**: This file
111
- - **docs/QUICKSTART.md**: 5-minute quickstart
112
-
113
- ## Version
114
-
115
- - **Version**: 1.5.3
116
- - **License**: MIT
117
- - **Author**: rUv
118
- - **Compatibility**: Claude Code >= 2.0.0
119
-
120
- ## Status
121
-
122
- ✅ **PRODUCTION READY**
@@ -1,74 +0,0 @@
1
- {
2
- "hooks": {
3
- "PreToolUse": [
4
- {
5
- "matcher": "Bash",
6
- "hooks": [
7
- {
8
- "type": "command",
9
- "command": "cat | npx monomind@alpha hooks modify-bash"
10
- }
11
- ]
12
- },
13
- {
14
- "matcher": "Write|Edit|MultiEdit",
15
- "hooks": [
16
- {
17
- "type": "command",
18
- "command": "cat | npx monomind@alpha hooks modify-file"
19
- }
20
- ]
21
- }
22
- ],
23
- "PostToolUse": [
24
- {
25
- "matcher": "Bash",
26
- "hooks": [
27
- {
28
- "type": "command",
29
- "command": "cat | jq -r '.tool_input.command // empty' | tr '\\n' '\\0' | xargs -0 -I {} npx monomind@alpha hooks post-command --command '{}' --track-metrics true --store-results true"
30
- }
31
- ]
32
- },
33
- {
34
- "matcher": "Write|Edit|MultiEdit",
35
- "hooks": [
36
- {
37
- "type": "command",
38
- "command": "cat | jq -r '.tool_input.file_path // .tool_input.path // empty' | tr '\\n' '\\0' | xargs -0 -I {} npx monomind@alpha hooks post-edit --file '{}' --format true --update-memory true"
39
- }
40
- ]
41
- }
42
- ],
43
- "PreCompact": [
44
- {
45
- "matcher": "manual",
46
- "hooks": [
47
- {
48
- "type": "command",
49
- "command": "/bin/bash -c 'INPUT=$(cat); CUSTOM=$(echo \"$INPUT\" | jq -r \".custom_instructions // \\\"\\\"\"); echo \"🔄 PreCompact Guidance:\"; echo \"📋 IMPORTANT: Review CLAUDE.md in project root for:\"; echo \" • 54 available agents and concurrent usage patterns\"; echo \" • Swarm coordination strategies (hierarchical, mesh, adaptive)\"; echo \" • SPARC methodology workflows with batchtools optimization\"; echo \" • Critical concurrent execution rules (GOLDEN RULE: 1 MESSAGE = ALL OPERATIONS)\"; if [ -n \"$CUSTOM\" ]; then echo \"🎯 Custom compact instructions: $CUSTOM\"; fi; echo \"✅ Ready for compact operation\"'"
50
- }
51
- ]
52
- },
53
- {
54
- "matcher": "auto",
55
- "hooks": [
56
- {
57
- "type": "command",
58
- "command": "/bin/bash -c 'echo \"🔄 Auto-Compact Guidance (Context Window Full):\"; echo \"📋 CRITICAL: Before compacting, ensure you understand:\"; echo \" • All 54 agents available in .claude/agents/ directory\"; echo \" • Concurrent execution patterns from CLAUDE.md\"; echo \" • Batchtools optimization for 300% performance gains\"; echo \" • Swarm coordination strategies for complex tasks\"; echo \"⚡ Apply GOLDEN RULE: Always batch operations in single messages\"; echo \"✅ Auto-compact proceeding with full agent context\"'"
59
- }
60
- ]
61
- }
62
- ],
63
- "Stop": [
64
- {
65
- "hooks": [
66
- {
67
- "type": "command",
68
- "command": "npx monomind@alpha hooks session-end --generate-summary true --persist-state true --export-metrics true"
69
- }
70
- ]
71
- }
72
- ]
73
- }
74
- }
@@ -1,98 +0,0 @@
1
- {
2
- "name": "monomind-marketplace",
3
- "owner": {
4
- "name": "nokhodian",
5
- "email": "nokhodian@gmail.com"
6
- },
7
- "metadata": {
8
- "description": "Enterprise AI agent orchestration marketplace for Claude Code",
9
- "version": "2.5.0",
10
- "homepage": "https://github.com/monoes/monomind",
11
- "repository": "https://github.com/monoes/monomind"
12
- },
13
- "plugins": [
14
- {
15
- "name": "monomind",
16
- "source": "./",
17
- "description": "Enterprise AI agent orchestration plugin with 150+ commands, 74+ specialized agents, SPARC methodology, swarm coordination, GitHub integration, and neural training capabilities",
18
- "version": "2.5.0",
19
- "author": {
20
- "name": "nokhodian",
21
- "email": "nokhodian@gmail.com"
22
- },
23
- "homepage": "https://github.com/monoes/monomind",
24
- "repository": "https://github.com/monoes/monomind",
25
- "bugs": {
26
- "url": "https://github.com/monoes/monomind/issues"
27
- },
28
- "license": "MIT",
29
- "keywords": [
30
- "ai-agents",
31
- "swarm-intelligence",
32
- "orchestration",
33
- "sparc-methodology",
34
- "github-automation",
35
- "neural-training",
36
- "mcp-integration",
37
- "enterprise",
38
- "workflow-automation",
39
- "multi-agent",
40
- "coordination",
41
- "tdd",
42
- "code-review",
43
- "performance-optimization"
44
- ],
45
- "category": "development",
46
- "tags": [
47
- "productivity",
48
- "automation",
49
- "ai",
50
- "agents",
51
- "swarm",
52
- "coordination",
53
- "sparc",
54
- "github",
55
- "neural-network",
56
- "enterprise"
57
- ],
58
- "features": [
59
- "150+ slash commands across 19 categories",
60
- "74+ specialized AI agents",
61
- "Multi-agent swarm coordination (Hierarchical, Mesh, Ring, Star)",
62
- "SPARC methodology integration (18 development modes)",
63
- "GitHub automation (PR management, code review, releases)",
64
- "Neural training with WASM acceleration (2.8-4.4x speed)",
65
- "Cross-session memory persistence",
66
- "Real-time performance monitoring",
67
- "110+ MCP tools across 3 servers",
68
- "84.8% SWE-Bench solve rate"
69
- ],
70
- "requirements": {
71
- "claudeCode": ">=2.0.0",
72
- "node": ">=20.0.0"
73
- },
74
- "mcpServers": {
75
- "monomind": {
76
- "command": "npx",
77
- "args": [
78
- "monomind@alpha",
79
- "mcp",
80
- "start"
81
- ],
82
- "description": "Core Monomind MCP server for swarm coordination (40+ tools)",
83
- "optional": false
84
- },
85
- "ruv-swarm": {
86
- "command": "npx",
87
- "args": [
88
- "ruv-swarm",
89
- "mcp",
90
- "start"
91
- ],
92
- "description": "Enhanced swarm coordination with WASM acceleration",
93
- "optional": true
94
- }
95
- }
96
- }
97
- ]
98
- }