/** * Coordination MCP Tools for CLI * * V2 Compatibility - Swarm coordination and orchestration tools * * ⚠️ IMPORTANT: These tools provide LOCAL STATE MANAGEMENT. * - Topology/consensus state is tracked locally * - No actual distributed coordination * - Useful for single-machine workflow orchestration */ import type { MCPTool } from './types.js'; export declare const coordinationTools: MCPTool[]; //# sourceMappingURL=coordination-tools.d.ts.map