//! FastMCP - A Rust framework for building Model Context Protocol (MCP)
//! services
//!
//! FastMCP provides a simple and efficient way to create MCP-compatible
//! services in Rust. It supports tool registration, execution, and
//! various transport mechanisms.
// Re-export commonly used types
pub use ;
pub use ToolMetadata;
pub use ;
pub use ;
pub use ;
/// FastMCP version
pub const VERSION: &str = env!;