pub type LogLevel = LoggingLevel;
Type alias for compatibility (per MCP spec)
pub enum LogLevel { Debug, Info, Notice, Warning, Error, Critical, Alert, Emergency, }