[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

@@ -5,6 +5,7 @@ use std::collections::HashMap;
pub mod core;
#[cfg(feature = "grpc-client")]
pub mod grpc;
pub mod mcp;
pub mod metrics;
pub mod middleware;
pub mod policies;