[[bin]]
name = "rivets-mcp"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.rivets]
version = "0.1.0"
[dependencies.rmcp]
features = ["server", "transport-io"]
version = "0.8"
[dependencies.schemars]
version = "1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["rt", "macros", "io-util", "fs", "sync", "full", "signal"]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter", "fmt", "ansi"]
version = "0.3"
[dev-dependencies.rstest]
version = "0.26"
[dev-dependencies.tempfile]
version = "3.18"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "rivets_mcp"
path = "src/lib.rs"
[lints.clippy]
all = "warn"
pedantic = "warn"
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"
[package]
authors = ["Rivets Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "MCP server for rivets issue tracking"
documentation = "https://docs.rs/rivets-mcp"
edition = "2021"
homepage = "https://github.com/dwalleck/rivets"
keywords = ["mcp", "mcp-server", "ai", "issue-tracking"]
license = "MIT OR Apache-2.0"
name = "rivets-mcp"
readme = "README.md"
repository = "https://github.com/dwalleck/rivets"
resolver = "3"
version = "0.1.0"
[[test]]
name = "integration"
path = "tests/integration.rs"