Commit d824881
fix(mcpb): pass config_path parameter to load_config() in async_main()
Critical bug fix: When CIDX_SERVER_URL is set via environment variable,
the code correctly determines config_path should be DEFAULT_CONFIG_PATH,
but fails to pass it to load_config(). This prevents bearer_token and
refresh_token from being loaded from the config file.
Fix: Add config_path parameter to load_config() call on line 177.
This enables the config file to be read properly when env vars are set,
allowing automatic token refresh to work correctly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent eacae80 commit d824881
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments