#!/usr/bin/env node /** * @mcp-consultant-tools/powerplatform * * MCP server for PowerPlatform read-only integration (46 tools, 12 prompts). * Entry point: MCP server startup + backward-compatible registerPowerPlatformTools(). */ import { PowerPlatformService } from './PowerPlatformService.js'; /** * Register PowerPlatform read-only tools with an MCP server * @param server - MCP server instance * @param service - Optional pre-initialized PowerPlatformService (for testing) */ export declare function registerPowerPlatformTools(server: any, service?: PowerPlatformService): void; export { PowerPlatformService } from './PowerPlatformService.js'; export type { PowerPlatformConfig } from './PowerPlatformService.js'; export type { ServiceContext } from './types.js'; //# sourceMappingURL=index.d.ts.map