/** * Ingestion tool registration — ingest_spec MCP tool. * * Creates IngestionService on-demand from the shared container (like SandboxService pattern * but uses getContainer() since the project must already be initialized). */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerIngestionTools(server: McpServer): void; //# sourceMappingURL=ingestion-tools.d.ts.map