| Crates.io | model-context-protocol |
| lib.rs | model-context-protocol |
| version | 0.1.1 |
| created_at | 2026-01-24 08:51:52.685959+00 |
| updated_at | 2026-01-24 08:54:11.738673+00 |
| description | A Rust implementation of the Model Context Protocol (MCP) |
| homepage | |
| repository | https://github.com/tsharp/model-context-protocol |
| max_upload_size | |
| id | 2066411 |
| size | 17,994 |
A Rust implementation of the Model Context Protocol (MCP).
This library provides a foundation for building MCP servers and clients in Rust. The Model Context Protocol enables seamless communication between AI models and context providers.
Add this to your Cargo.toml:
[dependencies]
model-context-protocol = "0.1.0"
use model_context_protocol::{Protocol, Message, MessageType};
// Example usage - more documentation coming soon
This library is in early development. The API is subject to change.
MIT