|
Fix agent.py _tool_list to use colon-delimited MCP names
The main registry and API routes were migrated, but Agent._tool_list still built names with the old underscore format. This meant MCP tools were silently dropped from the tool list passed to the LLM, causing "tool not found" when the model correctly called mcp:server:tool names. Also updates stale docstring in McpTools. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
|
|
| navi/core/agent.py |
|---|
| navi/mcp/tools.py |
|---|