pub fn init_seed_spec_fetcher( base_url: String, jwt_key: Arc<JwtKey>, ) -> Result<()>
Initialize the global spec fetcher for seeding. Must be called once before any seeding operations.