gamecode-mcp2 0.7.0

Minimal, auditable Model Context Protocol server for safe LLM-to-system interaction
Documentation
[[bin]]
name = "gamecode-mcp2"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.directories]
version = "6.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
features = ["full"]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

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

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

[package]
authors = ["Ed Sweeney <ed@onextent.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "development-tools"]
description = "Minimal, auditable Model Context Protocol server for safe LLM-to-system interaction"
edition = "2024"
keywords = ["mcp", "llm", "security", "minimal", "auditable"]
license = "MIT"
name = "gamecode-mcp2"
readme = "README.md"
repository = "https://github.com/navicore/gamecode-mcp2"
resolver = "2"
version = "0.7.0"

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

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

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

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

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