| Name | Type | Description |
|---|---|---|
config_path* | Path |
Load an MCP config file, returning (config, error).
Missing files yield (None, None) — not an error. Malformed files
yield (None, error_text) so callers can surface the reason to users.
Config path to load.