//! Context module for MCP request and response handling.
//!
//! This module provides comprehensive context types for tracking requests,
//! responses, and various MCP protocol features including bidirectional
//! communication, elicitation, completion, and more.
// Re-export everything to maintain API compatibility
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
// 🎉 REFACTORING COMPLETE! 🎉
// All 2,046 lines from the monolithic context.rs have been successfully
// decomposed into 8 focused, maintainable modules with zero breaking changes!