agentic-codebase-mcp 0.2.2

MCP server package for AgenticCodebase
# 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 = "agentic-codebase-mcp"
version = "0.2.2"
authors = ["Agentra Labs <contact@agentralabs.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server package for AgenticCodebase"
homepage = "https://agentralabs.tech"
readme = "README.md"
keywords = [
    "mcp",
    "ai",
    "agent",
    "code-analysis",
    "graph",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/agentralabs/agentic-codebase"

[features]
all-transports = [
    "stdio",
    "sse",
]
default = ["stdio"]
sse = [
    "axum",
    "tower",
    "tower-http",
    "tokio",
]
stdio = []

[[bin]]
name = "agentic-codebase-mcp"
path = "src/main.rs"

[dependencies.agentic-codebase]
version = "0.2.2"
features = ["stdio"]

[dependencies.axum]
version = "0.7"
optional = true

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

[dependencies.sha2]
version = "0.10"

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

[dependencies.tower]
version = "0.4"
optional = true

[dependencies.tower-http]
version = "0.5"
features = ["cors"]
optional = true

[dependencies.tracing]
version = "0.1"

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

[dependencies.walkdir]
version = "2"