/// Meta key under which Aether agents publish the machine-readable tool name on an ACP
/// `ToolCall._meta`, so consumers can recover the original tool name from the humanized title.
pub const AETHER_TOOL_NAME_META_KEY: &str = "aetherToolName";
// Re-export rmcp elicitation schema types so downstream crates (e.g. wisp)
// don't need a direct rmcp dependency.
pub use ;