openmcpgdb 0.1.6

Interactive MCP server to control gdb. Fully featured and written in rust
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 = "openmcpgdb"
version = "0.1.6"
authors = ["Brosnan Yuen <brosnanyuen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = " Interactive MCP server to control gdb. Fully featured and written in rust "
readme = "README.md"
keywords = [
    "mcp",
    "claude",
    "crates",
    "opencode",
    "gdb",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "GPL-3.0-only"
repository = "https://github.com/BrosnanYuen/openmcpgdb"

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

[[bin]]
name = "interactive_client"
path = "src/bin/interactive_client.rs"

[[bin]]
name = "openmcpgdb"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8"

[dependencies.rmcp]
version = "1.3.0"
features = [
    "server",
    "client",
    "transport-io",
    "transport-child-process",
    "transport-streamable-http-server",
    "transport-streamable-http-client-reqwest",
    "macros",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "io-std",
    "io-util",
    "process",
    "time",
    "net",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.url]
version = "2"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"