import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { ElnoraApiClient } from "../services/elnora-api-client.js"; import { RequestContext } from "../server.js"; /** * Aggregate tool — creates a task and sends the description in one call. * Mirrors the `protocols.generate` CLI command so both surfaces stay aligned. */ export declare function registerProtocolTools(server: McpServer, getClient: () => ElnoraApiClient, getContext: () => RequestContext): void; //# sourceMappingURL=protocols.d.ts.map