Crate mocopr

Source
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 implementation
  • mocopr-server: High-level server implementation
  • mocopr-client: High-level client implementation
  • mocopr-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