[package]
name = "server"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
axum = "0.8.4"
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main", features = ["transport-io", "transport-sse-server"] }
# rmcp = { version = "0.1.5", }
serde = "1.0.219"
serde_json = "1.0.140"
tokio = { version = "1.45.0", features = ["rt-multi-thread", "process", "signal"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
v8 = "136.0.0"
aws-config = "0.0.26-alpha"
aws-sdk-s3 = "0.0.26-alpha"
async-trait = "0.1"
clap = { version = "4.5", features = ["derive"] }
hyper = { version = "1.5.2", features = ["server", "http1"] }
hyper-util = { version = "0.1.10", features = ["tokio"] }
tokio-util = "0.7"
[dev-dependencies]
tokio-test = "0.4"
reqwest = { version = "0.12", features = ["json", "cookies", "stream"] }
uuid = { version = "1.0", features = ["v4"] }
futures = "0.3"