Check if a string is a valid LSP operation name.
bool isValidLspOperation(String operation) { return LspOperation.fromString(operation) != null; }