pub async fn list(
registry: &Arc<McpRegistry>,
manager: Option<&Arc<SettingsManager>>,
) -> HashMap<String, StoredMcpServer>Expand description
Read the stored server map. Falls back to whatever the registry was constructed with (i.e. the config file) so a store that has never been seeded still reports the real configuration rather than nothing.