#!/usr/bin/env node /** * @mcp-consultant-tools/azure-data-factory * * MCP server for Azure Data Factory integration. * Entry point: MCP server startup + backward-compatible registerAzureDataFactoryTools(). */ /** * Register Azure Data Factory tools to an MCP server. * Backward-compatible API for the meta package. */ export declare function registerAzureDataFactoryTools(server: any): void; export { AdfService } from './services/adf-service.js'; export type { AdfConfig, AdfFactoryConfig, Pipeline, PipelineRun, ActivityRun, Dataset, LinkedService, DataFlow, Trigger, TriggerRun, IntegrationRuntime, IntegrationRuntimeStatus, } from './models/index.js'; export type { ServiceContext } from './types.js'; //# sourceMappingURL=index.d.ts.map