@mcp-consultant-tools/powerplatform-data
Version:
MCP server for PowerPlatform data CRUD operations (operational use)
9 lines • 452 B
TypeScript
/**
* PowerPlatform Prompt Templates
* Template functions for formatted prompt responses
*/
export declare const ENTITY_OVERVIEW: (entityName: string) => string;
export declare const ATTRIBUTE_DETAILS: (entityName: string, attributeName: string) => string;
export declare const QUERY_TEMPLATE: (entityNamePlural: string) => string;
export declare const RELATIONSHIP_MAP: (entityName: string) => string;
//# sourceMappingURL=prompt-templates.d.ts.map