pub fn load_or_default(path: &Path) -> McpConfigExpand description
Load a single config file, returning an empty config if it does
not exist (rather than None) — convenient for the TUI editor
which wants to edit “the file” whether or not it exists yet.