mcp-core 0.0.9

A Rust library implementing the Modern Context Protocol (MCP)
Documentation

Installation

Use the cargo add command to automatically add it to your Cargo.toml

cargo add mcp_core

Or add mcp_core to your Cargo.toml dependencies directly

[dependencies]
mcp_core = "0.0.9"