macro_rules! log_mcp_error {
($error:expr, $operation:expr) => { ... };
($error:expr, $context:expr) => { ... };
}Expand description
Helper macro for logging errors with automatic context
macro_rules! log_mcp_error {
($error:expr, $operation:expr) => { ... };
($error:expr, $context:expr) => { ... };
}Helper macro for logging errors with automatic context