import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
import { TaskManager } from './TaskManager';
/**
 * Build the MCP server that exposes TaskManager operations as schema-bound
 * tools. All operations route through the given TaskManager so the CLI and
 * MCP front-ends stay consistent.
 */
export declare function createMcpServer(taskManager: TaskManager): McpServer;
//# sourceMappingURL=McpServer.d.ts.map