/** * create_routed_task MCP Tool * * Generates TaskCreate instruction strings for tasks pre-configured for AgentRouter. * This tool outputs the TaskCreate syntax that can be executed to create tasks * that will be routed to specific agent roles. */ import { type McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { Logger } from "../../../observability/logger.js"; /** * Registers the create_routed_task tool with the MCP server * * @param server - MCP server instance * @param logger - Logger instance for structured logging */ export declare function registerCreateRoutedTaskTool(server: McpServer, logger: Logger): void; //# sourceMappingURL=create-routed-task.d.ts.map