import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { StoreBundle } from './store-factory.js'; /** * Register Cortex MCP resources (read-only context). * * Resources: * - cortex://brief — Session briefing with key entities, contradictions, recent changes */ export declare function registerResources(mcp: McpServer, bundle: StoreBundle): void; //# sourceMappingURL=resources.d.ts.map