[router] Add MCP Tool Handler (#9615)

This commit is contained in:
Keyang Ru
2025-08-27 19:12:39 -07:00
committed by GitHub
parent 8b30bec265
commit 3f2d0cefcd
7 changed files with 1585 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
// These modules are used by tests and benchmarks
#![allow(dead_code)]
pub mod mock_mcp_server;
pub mod mock_worker;
pub mod test_app;