feat: mcp router skeleton (#2606)

This commit is contained in:
Wendy Tang
2025-05-23 14:15:54 -07:00
committed by GitHub
parent 7d4c62d2c4
commit fec6f84f78
7 changed files with 171 additions and 3 deletions
+2
View File
@@ -6,6 +6,8 @@ mod large_response_handler;
pub mod platform_tools;
pub mod prompt_manager;
mod reply_parts;
mod router_tool_selector;
mod router_tools;
mod tool_execution;
mod types;