macro_rules! log_mcp_operation {
($operation:expr, $method:expr) => { ... };
($operation:expr, $method:expr, $details:expr) => { ... };
}macro_rules! log_mcp_operation {
($operation:expr, $method:expr) => { ... };
($operation:expr, $method:expr, $details:expr) => { ... };
}