import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Register MCP resources for progressive-disclosure cached output. * * Tools that produce large output (xcodebuild-build/-test, simctl-list, idb-ui-describe) * cache it under an opaque id and return a `resource_link` to `xcmcp://response/{cacheId}`. * Spec-aware clients can read that resource directly instead of calling a *-get-details tool. * The cache id is still returned in the tool payload for older clients (backwards compatible). */ export declare function registerResources(server: McpServer): void; //# sourceMappingURL=resources.d.ts.map