Create from a [`CodeConfig`] struct.
(config: CodeConfig)
| 355 | |
| 356 | /// Create from a [`CodeConfig`] struct. |
| 357 | pub async fn from_config(config: CodeConfig) -> Result<Self> { |
| 358 | agent_bootstrap::build_agent_from_config(config).await |
| 359 | } |
| 360 | |
| 361 | /// Re-fetch tool definitions from all connected global MCP servers and |
| 362 | /// update the internal cache. |
nothing calls this directly
no test coverage detected