pub fn create_protocol_response(
request_id: &str,
success: bool,
status_code: u16,
status_message: &str,
data: HashMap<String, Value>,
execution_time: Duration,
) -> ProtocolResponseExpand description
Create a protocol response