pub trait SchemaTransform: Send + Sync { // Required method fn apply(&self, tool: &str, schema: &mut Json); }
Trait for custom schema transforms.
Apply the transform to a tool’s schema.