model-context-protocol 0.1.1

A Rust implementation of the Model Context Protocol (MCP)
Documentation
[package]

name = "model-context-protocol"

version = "0.1.1"

edition = "2021"

authors = ["Travis Sharp <travis@kuipersys.com>"]

license = "MIT"

description = "A Rust implementation of the Model Context Protocol (MCP)"

repository = "https://github.com/tsharp/model-context-protocol"

keywords = ["mcp", "ai", "protocol", "context"]

categories = ["development-tools"]

readme = "README.md"



[dependencies]

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"

tokio = { version = "1.0", features = ["full"] }

async-trait = "0.1"



[dev-dependencies]

tokio-test = "0.4"



[lib]

name = "model_context_protocol"

path = "src/lib.rs"