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