UNPKG

claude-flow

Version:

Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration

11 lines 304 B
/** * V3 CLI MCP Command * MCP server control and management with real server integration * * @module @claude-flow/cli/commands/mcp * @version 3.0.0 */ import type { Command } from '../types.js'; export declare const mcpCommand: Command; export default mcpCommand; //# sourceMappingURL=mcp.d.ts.map