gitctx 0.1.0

MCP server for GitHub repository exploration
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 = "2021"
name = "gitctx"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server for GitHub repository exploration"
readme = "README.md"
license = "MIT"

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

[[bin]]
name = "gitctx-mcp"
path = "src/mcp_main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.dirs]
version = "5"

[dependencies.octocrab]
version = "0.41"

[dependencies.once_cell]
version = "1"

[dependencies.open]
version = "5"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.rmcp]
version = "0.12"
features = [
    "server",
    "macros",
    "transport-io",
]

[dependencies.schemars]
version = "0.8"

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

[dependencies.serde_json]
version = "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"

[dependencies.urlencoding]
version = "2"