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
//! Utility functions and helpers for the MCP Rust SDK
//!
//! This module provides various utility functions for URI handling, validation,
//! and other common operations used throughout the SDK.

pub mod uri;

// Re-export commonly used utilities
pub use uri::*;