Expand description
§MoCoPr - Model Context Protocol for Rust
A comprehensive Rust implementation of the Model Context Protocol (MCP).
This crate re-exports the core functionality from the constituent crates:
mocopr-core: Core types and protocol implementationmocopr-server: High-level server implementationmocopr-client: High-level client implementationmocopr-macros: Procedural macros for easier development
Re-exports§
pub use mocopr_client as client;pub use mocopr_core as core;pub use mocopr_server as server;
Modules§
- prelude
- Re-export commonly used items