pub fn read_codex_live_mcp_servers_map() -> Result<HashMap<String, Value>, AppError>Expand description
Read Codex live MCP servers from ~/.codex/config.toml as normalized cc-switch specs.
Supports the official [mcp_servers] table and the historical [mcp.servers]
table for compatibility. Invalid individual server entries are skipped, matching
import_from_codex behavior.