refactor: migrate functions and MCP servers to AppConfig

This commit is contained in:
2026-04-19 18:14:16 -06:00
parent 0bb3da091b
commit ddabba2dde
8 changed files with 355 additions and 8 deletions
+2
View File
@@ -2408,6 +2408,8 @@ mod tests {
rag_cache: Arc::new(RagCache::default()),
mcp_config: None,
mcp_log_path: None,
mcp_registry: None,
functions: cfg.functions.clone(),
})
}