//! Server Lifecycle Management
//!
//! This module provides lifecycle management functionality for MCP servers,
//! including state transitions, shutdown handling, and resource management.
// Re-export all types from missing_types for compatibility
pub use crate*;
// Add any additional lifecycle-specific implementations here if needed