codingest-mcp 0.2.2

MCP server for codingest code graphs — thin frontend over the kglite-mcp-server library (cypher_query / graph_overview / read_code_source / set_root_dir)
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"
rust-version = "1.88"
name = "codingest-mcp"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server for codingest code graphs — thin frontend over the kglite-mcp-server library (cypher_query / graph_overview / read_code_source / set_root_dir)"
readme = false
keywords = [
    "mcp",
    "code-graph",
    "cypher",
    "kglite",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/kkollsga/codingest"

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

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.codingest]
version = "0.2.2"

[dependencies.kglite-mcp-server]
version = "0.15.13"
default-features = false