File size: 142 Bytes
c981f27
 
 
 
 
1
2
3
4
5
6
#[derive(Debug, thiserror::Error)]
pub enum Error {
    #[error("Unsupported MCP response: {0}")]
    UnsupportedMcpResponse(&'static str),
}