mcp-protocol-sdk 0.5.1

Production-ready Rust SDK for the Model Context Protocol (MCP) with multiple transport support
Documentation
1
2
3
4
5
6
7
8
9
//! 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::protocol::missing_types::*;

// Add any additional lifecycle-specific implementations here if needed