SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
c981f27 verified
Raw
History Blame Contribute Delete
142 Bytes
#[derive(Debug, thiserror::Error)]
pub enum Error {
#[error("Unsupported MCP response: {0}")]
UnsupportedMcpResponse(&'static str),
}