import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { ElnoraApiClient } from "../services/elnora-api-client.js"; import { RequestContext } from "../server.js"; /** * Tasks tools (also includes messaging and fetching messages for a task, * matching the CLI `tasks.send` and `tasks.messages` commands). * * `stream` and `wait` flags exist for CLI TTY parity but are no-ops over * MCP: the handler always awaits the server response synchronously. */ export declare function registerTaskTools(server: McpServer, getClient: () => ElnoraApiClient, getContext: () => RequestContext): void; //# sourceMappingURL=tasks.d.ts.map