mcp_rust_schema 0.1.4

Rust Schema for the Model Context Protocol (MCP)
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.jsonschema]
version = "0.28"

[dev-dependencies.pretty_assertions]
version = "1.4"

[lib]
name = "mcp_rust_schema"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust Schema for the Model Context Protocol (MCP)"
documentation = "https://github.com/infosechoudini/mcp-rust-schema"
edition = "2021"
exclude = [".github/*", ".gitignore", "tests/*", ".env*", "*.swp", "*.swo", ".DS_Store", ".vscode/*", ".idea/*"]
keywords = ["mcp", "schema", "protocol", "machine-learning", "ai"]
license = "MIT"
name = "mcp_rust_schema"
publish = true
readme = "README.md"
repository = "https://github.com/infosechoudini/mcp-rust-schema"
version = "0.1.4"