discover
suspend fun discover(servers: Collection<String>, minimumScore: RecommendedServerInfoScore): Collection<RecommendedServerInfo>
Discover all servers in the servers flow and retrieve the public system information to assign a score. Returned servers are not ordered by score. Use minimumScore to automatically remove bad matches.