/** * Reference catalogs exposed as MCP resources (roadmap 1.6). * * These let a client read the lookup tables an agent needs to build correct * tool calls — UF/region codes, SIDRA territorial levels, common SIDRA table * codes, biome codes — without guessing or spending a tool round-trip. Each is * a static `ibge://catalogos/...` resource returning JSON. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** Registers all reference-catalog resources on the server. */ export declare function registerResources(server: McpServer): void; //# sourceMappingURL=resources.d.ts.map