pub fn validate_handler_name(name: &str) -> ServerResult<()>Expand description
Validate a handler name (no-op when security feature is disabled)
When the security feature is not enabled, this function performs minimal validation
(empty check only) to maintain API compatibility while keeping the binary small.