#!/usr/bin/env node /** * @mcp-consultant-tools/log-analytics * * MCP server for Azure Log Analytics integration. * Entry point: MCP server startup + backward-compatible registerLogAnalyticsTools(). */ /** * Register Log Analytics tools and prompts to an MCP server. * Backward-compatible API for the meta package. */ export declare function registerLogAnalyticsTools(server: any): void; export { LogAnalyticsService } from './services/log-analytics-service.js'; export type { LogAnalyticsConfig, LogAnalyticsResourceConfig, QueryResult, MetadataResult, } from './services/log-analytics-service.js'; export type { ServiceContext } from './types.js'; //# sourceMappingURL=index.d.ts.map