pmcp-server 0.2.2

PMCP SDK developer tools MCP server - protocol testing, scaffolding, schema export, and documentation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "pmcp-server"
version = "0.2.2"
authors = ["PMCP SDK Contributors"]
build = false
exclude = [
    "deploy/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PMCP SDK developer tools MCP server - protocol testing, scaffolding, schema export, and documentation"
readme = "README.md"
keywords = [
    "mcp",
    "developer-tools",
    "testing",
    "scaffolding",
    "sdk",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/paiml/rust-mcp-sdk"

[package.metadata.binstall]
pkg-url = "https://github.com/paiml/rust-mcp-sdk/releases/download/v{ version }/{ name }-{ target }{ binary-ext }"
pkg-fmt = "bin"

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

[[bin]]
name = "pmcp-server"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.mcp-tester]
version = "0.5.0"

[dependencies.pmcp]
version = "2.2.0"
features = ["streamable-http"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]

[dev-dependencies.tempfile]
version = "3"