/** * Ready-made analysis templates exposed as MCP prompts (roadmap 1.6). * * Each prompt expands into a user message that steers the model through a * real analysis using this server's tools — comparing municipalities or * building a demographic profile — so users don't have to remember which tools * to chain. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** Registers all analysis-template prompts on the server. */ export declare function registerPrompts(server: McpServer): void; //# sourceMappingURL=prompts.d.ts.map