/** * 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