UNPKG

@mcp-consultant-tools/powerplatform-data

Version:

MCP server for PowerPlatform data CRUD operations (operational use)

9 lines 411 B
#!/usr/bin/env node import { PowerPlatformService } from './PowerPlatformService.js'; /** * Register powerplatform-data tools with an MCP server * @param server - MCP server instance * @param service - Optional pre-initialized PowerPlatformService (for testing) */ export declare function registerPowerplatformDataTools(server: any, service?: PowerPlatformService): void; //# sourceMappingURL=index.d.ts.map