|
Fix UnboundLocalError: create mcp_manager before build_default_registries
The previous commit passed mcp_manager to build_default_registries but left the instantiation after the call, causing UnboundLocalError at runtime. Move McpManager() creation before the registry build and remove the now-obsolete post-hoc _mcp_manager patching loop. 392 passed, 1 skipped Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
|
|
| navi/core/container.py |
|---|