/** * Work distribution tools — intelligent task recommendation and handoff coordination. * * - get_next_task: Recommends the highest-leverage task for an agent * - complete_and_handoff: Completes a task and coordinates downstream handoffs */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerDistributionTools(server: McpServer): void; //# sourceMappingURL=distribution-tools.d.ts.map