pr_comments 0.6.2

Fetch GitHub PR comments via CLI and MCP
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 = "2024"
name = "pr_comments"
version = "0.6.2"
authors = ["Allison Durham"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fetch GitHub PR comments via CLI and MCP"
homepage = "https://github.com/allisoneer/agentic_auxilary"
readme = "README.md"
keywords = [
    "github",
    "pull-requests",
    "comments",
    "cli",
    "mcp",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/allisoneer/agentic_auxilary"
resolver = "2"

[package.metadata.repo]
role = "tool-lib"
family = "tools"

[package.metadata.repo.integrations]
mcp = true
logging = true
napi = false

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

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

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

[dependencies.agentic-tools-core]
version = "0.1.0"

[dependencies.agentic-tools-mcp]
version = "0.1.0"

[dependencies.agentic-tools-utils]
version = "0.1.1"

[dependencies.agentic_logging]
version = "0.1.2"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.futures]
version = "0.3"

[dependencies.gh-config]
version = "0.5.1"

[dependencies.git2]
version = "0.18"
features = ["vendored-openssl"]

[dependencies.octocrab]
version = "0.41"
features = ["timeout"]

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1"

[dependencies.thoughts-tool]
version = "0.8.1"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.url]
version = "2"

[dev-dependencies.mockito]
version = "1"

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