pub fn parse_namespaced_tool_name(
namespaced_name: &str,
) -> Result<(String, String), Box<dyn Error>>Expand description
Parses a namespaced tool name into server_id and tool_name components “filesystem__read_file” -> (“filesystem”, “read_file”) “mcp-internet-speed__test-speed” -> (“mcp-internet-speed”, “test-speed”)