e390b72222
Initialised ruflo v3 via `npx @claude-flow/cli@latest init --wizard --force`. Registers the ruflo MCP server in .mcp.json (hierarchical-mesh topology, max 15 agents). Includes .claude-flow/ runtime config and capability manifest. .claude/ remains gitignored (local agents/commands/settings stay per-developer). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"mcpServers": {
|
|
"ruflo": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"ruflo@latest",
|
|
"mcp",
|
|
"start"
|
|
],
|
|
"env": {
|
|
"npm_config_update_notifier": "false",
|
|
"CLAUDE_FLOW_MODE": "v3",
|
|
"CLAUDE_FLOW_HOOKS_ENABLED": "true",
|
|
"CLAUDE_FLOW_TOPOLOGY": "hierarchical-mesh",
|
|
"CLAUDE_FLOW_MAX_AGENTS": "15",
|
|
"CLAUDE_FLOW_MEMORY_BACKEND": "hybrid"
|
|
},
|
|
"autoStart": false
|
|
}
|
|
}
|
|
} |