turbomcp-cli 2.3.6

Command-line tools for managing and testing MCP servers
Documentation
[[bin]]
name = "turbomcp-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive", "env", "color", "derive", "env", "string"]
version = "4.4"

[dependencies.comfy-table]
version = "7.1"

[dependencies.config]
version = "0.15"

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.owo-colors]
version = "4.1"

[dependencies.reqwest]
default-features = false
features = ["json", "stream", "rustls-tls", "http2", "brotli", "gzip"]
version = "0.12"

[dependencies.serde]
features = ["derive", "rc", "derive"]
version = "1.0"

[dependencies.serde_json]
features = ["raw_value", "preserve_order"]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "net", "sync", "time", "signal", "process", "macros", "io-util"]
version = "1.47"

[dependencies.tokio-tungstenite]
features = ["rustls-tls-native-roots"]
version = "0.28.0"

[dependencies.turbomcp-client]
version = "2.3.5"

[dependencies.turbomcp-protocol]
version = "2.3.5"

[dependencies.turbomcp-transport]
version = "2.3.5"

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

[dev-dependencies.tokio-test]
version = "0.4"

[features]
all = ["stdio", "tcp", "unix", "http", "websocket"]
default = ["stdio", "tcp", "unix"]
http = ["turbomcp-transport/http"]
stdio = ["turbomcp-transport/stdio"]
tcp = ["turbomcp-transport/tcp"]
unix = ["turbomcp-transport/unix"]
websocket = ["turbomcp-transport/websocket"]

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

[package]
authors = ["Nicholas Paterno <nick@epistates.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Command-line tools for managing and testing MCP servers"
edition = "2024"
homepage = "https://turbomcp.org"
keywords = ["mcp", "cli", "tools", "testing", "management"]
license = "MIT"
name = "turbomcp-cli"
readme = "README.md"
repository = "https://github.com/Epistates/turbomcp"
resolver = "2"
rust-version = "1.89.0"
version = "2.3.6"

[[test]]
name = "path_security_tests"
path = "tests/path_security_tests.rs"