feat(mcp): platform extension for "code mode" MCP tool calling (#6030)

Co-authored-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
Alex Hancock
2025-12-15 16:47:00 -05:00
committed by GitHub
parent e2c3c98cb4
commit 948ff499b7
9 changed files with 1898 additions and 180 deletions
+1
View File
@@ -1,5 +1,6 @@
mod agent;
pub(crate) mod chatrecall_extension;
pub(crate) mod code_execution_extension;
pub mod extension;
pub mod extension_malware_check;
pub mod extension_manager;