//! Language server runtime.
//!
//! This module owns the server lifecycle, runtime state, and LSP message
//! dispatch. Language feature implementations live in `crate::handlers`; LSP
//! capability and conversion helpers live in `crate::lsp`.
pub
pub use run;
pub use init_logging;
pub use ;