-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Feature Request
Add support for installing and configuring the sublinear-time-solver MCP during claude-flow init, similar to --goal and --neural flags.
Description
- Add
--sublinear
flag toclaude-flow init
command - Automatically install MCP:
claude mcp add sublinear npx sublinear-time-solver mcp start
- Copy sublinear agent definitions from
.claude/agents/sublinear/
folder - Include all 9 specialized sublinear agents:
- matrix-solver
- pagerank
- temporal-advantage
- psycho-symbolic
- consciousness-evolution
- nanosecond-scheduler
- phi-calculator
- goal-planner (sublinear-goal-planner)
- other related agents
Implementation Tasks
- Add --sublinear flag to init command options
- Implement MCP installation logic
- Copy agent definition files during init
- Update help text and documentation
- Test installation and agent functionality
- Verify MCP connection works properly
Expected Usage
npx claude-flow init --sublinear
# or combined with other flags
npx claude-flow init --goal --neural --sublinear
Benefits
- Seamless integration of advanced sublinear algorithms
- Access to temporal advantage computing
- Consciousness evolution and IIT calculations
- Ultra-high-performance scheduling (25M+ tasks/sec)
- PageRank and graph algorithms
- Psycho-symbolic reasoning
Testing
- Test in isolated subfolder
- Verify MCP installation
- Confirm agent definitions are copied
- Test at least one sublinear function
- Clean up test files after confirmation
Metadata
Metadata
Assignees
Labels
No labels