UNPKG

powerplatform-mcp

Version:

PowerPlatform Model Context Protocol server

10 lines (9 loc) 332 B
import { registerEntityPrompts } from "./entity-prompts.js"; export { registerEntityPrompts } from "./entity-prompts.js"; export { powerPlatformPrompts } from "./templates.js"; /** * Register all prompts with the MCP server. */ export function registerAllPrompts(server, registry) { registerEntityPrompts(server, registry); }