mcp-execution-server 0.6.5

MCP server for progressive loading TypeScript code generation
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"
rust-version = "1.89"
name = "mcp-execution-server"
version = "0.6.5"
authors = ["Andrei G <k05h31@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server for progressive loading TypeScript code generation"
homepage = "https://github.com/bug-ops/mcp-execution"
readme = "README.md"
keywords = [
    "mcp",
    "server",
    "codegen",
    "progressive-loading",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bug-ops/mcp-execution"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "6.0"

[dependencies.mcp-execution-codegen]
version = "0.6.5"

[dependencies.mcp-execution-core]
version = "0.6.5"

[dependencies.mcp-execution-files]
version = "0.6.5"

[dependencies.mcp-execution-introspector]
version = "0.6.5"

[dependencies.mcp-execution-skill]
version = "0.6.5"

[dependencies.regex]
version = "1.12"

[dependencies.rmcp]
version = "0.14"
features = [
    "server",
    "transport-io",
    "macros",
]

[dependencies.schemars]
version = "1.2"
features = [
    "uuid1",
    "chrono04",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.49"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
    "sync",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1.20"
features = [
    "v4",
    "serde",
]

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

[dev-dependencies.tokio]
version = "1.49"
features = ["test-util"]

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.cargo_common_metadata]
level = "allow"
priority = 10

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 10

[lints.clippy.needless_borrows_for_generic_args]
level = "allow"
priority = 10

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.clippy.too_many_lines]
level = "allow"
priority = 10

[lints.rust]
missing_debug_implementations = "warn"
unsafe_op_in_unsafe_fn = "deny"
unused_lifetimes = "warn"