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 byConfig’s own#[serde(default = ...)]fields).