/** * MCP Resources registration * * Exposes dynamic reference data for AI clients to read directly * without needing to call tools. Data is fetched from the API * with fallback to static constants. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { ServerContext } from '../types/context.js'; /** * Register all MCP resources */ export declare function registerResources(server: McpServer, ctx: ServerContext): void; //# sourceMappingURL=index.d.ts.map