/** * MCP Prompts for the Frihet ERP server. * * Prompts are pre-built templates that guide common business workflows. * They return structured messages that an LLM can follow step-by-step, * using the available Frihet tools to complete each action. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** Exact prompt registrations below; runtime capture gates this value. */ export declare const MCP_PROMPT_COUNT = 10; export declare function registerAllPrompts(server: McpServer): void; //# sourceMappingURL=register-all.d.ts.map