powerplatform-mcp
Version:
PowerPlatform Model Context Protocol server
17 lines (16 loc) • 944 B
JavaScript
export { EntityService } from './entity-service.js';
export { FormViewService } from './formview-service.js';
export { RecordService } from './record-service.js';
export { OptionSetService } from './optionset-service.js';
export { PluginService } from './plugin-service.js';
export { DependencyService } from './dependency-service.js';
export { BusinessRuleService } from './businessrule-service.js';
export { FlowService } from './flow-service.js';
export { SolutionService } from './solution-service.js';
export { WorkflowService } from './workflow-service.js';
export { ConfigurationService } from './configuration-service.js';
export { SecurityRoleService } from './security-role-service.js';
export { ServiceEndpointService } from './service-endpoint-service.js';
export { CustomApiService } from './customapi-service.js';
export { WebResourceService } from './webresource-service.js';
export { applyFlowFilters } from './flow-filter.js';