Skip to main content

Module config_manager

Module config_manager 

Source

Functions§

load_config
Resolves configuration through the strict, stop-at-first-match cascade (REQ-2.2): CLI flags -> env vars -> local file (./github-mcp.config.yml) -> home file (~/.github-mcp/config.yml) -> system file (/etc/github-mcp/config.yml) -> install-dir file -> built-in defaults (applied by Config’s own #[serde(default = ...)] fields).