macro_rules! impl_serde_extractor {
($param_type:ty) => { ... };
}
Expand description
Core MCP protocol types and error handling Macro to implement SerdeParamExtractor for any Params type that implements Deserialize
macro_rules! impl_serde_extractor {
($param_type:ty) => { ... };
}
Core MCP protocol types and error handling Macro to implement SerdeParamExtractor for any Params type that implements Deserialize