[package]
name = "pr_comments"
version = "0.6.2"
edition = "2024"
authors = ["Allison Durham"]
description = "Fetch GitHub PR comments via CLI and MCP"
license = "MIT"
repository = "https://github.com/allisoneer/agentic_auxilary"
homepage = "https://github.com/allisoneer/agentic_auxilary"
readme = "README.md"
keywords = ["github", "pull-requests", "comments", "cli", "mcp"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
agentic-tools-core = { workspace = true }
agentic-tools-mcp = { workspace = true }
agentic-tools-utils = { workspace = true }
futures = "0.3"
tokio = { workspace = true }
octocrab = { version = "0.41", features = ["timeout"] }
gh-config = "0.5.1"
git2 = { version = "0.18", features = ["vendored-openssl"] }
serde = { workspace = true }
serde_json = { workspace = true }
schemars = { workspace = true }
anyhow = { workspace = true }
thiserror = "1"
clap = { workspace = true, features = ["env"] }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
agentic_logging = { workspace = true }
thoughts-tool = { workspace = true }
url = "2"
[dev-dependencies]
mockito = "1"
tempfile = "3"
[package.metadata.repo]
role = "tool-lib"
family = "tools"
[package.metadata.repo.integrations]
mcp = true
logging = true
napi = false