dynamic_grounding_for_github_copilot 0.1.0

MCP server providing Google Gemini AI integration for enhanced codebase search and analysis
Documentation
[package]

    authors       = ["Eric Evans <ciresnave@gmail.com>"]

    categories    = ["command-line-utilities", "development-tools"]

    description   = "MCP server providing Google Gemini AI integration for enhanced codebase search and analysis"

    documentation = "https://docs.rs/dynamic_grounding_for_github_copilot"

    edition       = "2024"

    homepage      = "https://github.com/ciresnave/dynamic_grounding_for_github_copilot"

    keywords      = ["ai", "codebase-search", "gemini", "mcp", "vscode"]

    license       = "MIT OR Apache-2.0"

    name          = "dynamic_grounding_for_github_copilot"

    readme        = "README.md"

    repository    = "https://github.com/ciresnave/dynamic_grounding_for_github_copilot"

    version       = "0.1.0"



    [package.metadata.docs.rs]

        all-features = true

        rustdoc-args = ["--cfg", "docsrs"]



[[bin]]

    name = "dynamic_grounding_for_github_copilot"

    path = "src/main.rs"



[lib]

    name = "dynamic_grounding_for_github_copilot"

    path = "src/lib.rs"



[dependencies]

    anyhow             = "1.0"

    async-trait        = "0.1"

    chrono             = "0.4"

    colored            = "3"

    dialoguer          = { version = "0.12", features = ["password"] }

    mocopr             = "0.1"

    mocopr-core        = "0.1"

    mocopr-macros      = "0.1"

    mocopr-server      = "0.1"

    open               = "5.0"

    parking_lot        = "0.12"

    reqwest            = { version = "0.12", features = ["json"] }

    serde              = { version = "1.0", features = ["derive"] }

    serde_json         = "1.0"

    thiserror          = "2"

    tokio              = { version = "1.40", features = ["full"] }

    tracing            = "0.1"

    tracing-subscriber = { version = "0.3", features = ["env-filter"] }



[dev-dependencies]

    mockito    = "1.5"

    tempfile   = "3.10"

    tokio-test = "0.4"



[profile.release]

    codegen-units = 1

    lto           = true

    opt-level     = 3

    strip         = true