/** * Registry-related constants. */ export declare const URLS: { /** MCP Registry base URL */ readonly MCP_REGISTRY: "https://registry.modelcontextprotocol.io"; }; /** * MCP Registry configuration. */ export declare const REGISTRY: { /** Default request timeout (10 seconds) */ readonly TIMEOUT: 10000; /** API version */ readonly API_VERSION: "v0"; }; //# sourceMappingURL=registry.d.ts.map