Skip to main content

tool_routes_from_candidates

Function tool_routes_from_candidates 

Source
pub fn tool_routes_from_candidates(
    candidates: Vec<(String, ToolDescriptor)>,
    reserved_names: impl IntoIterator<Item = impl AsRef<str>>,
) -> Vec<McpToolRoute>