nu-mcp 0.111.0

Modules to run a model context protocol (MCP) server that provides Nushell as a tool.
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 = "nu-mcp"
version = "0.111.0"
authors = ["The Nushell Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modules to run a model context protocol (MCP) server that provides Nushell as a tool."
homepage = "https://www.nushell.sh"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-mcp"

[features]
default = []
mcp = []

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

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4.43"
default-features = false

[dependencies.futures]
version = "0.3.31"

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "server-auto",
    "service",
]

[dependencies.indoc]
version = "2.0.7"

[dependencies.miette]
version = "7.6"

[dependencies.nu-engine]
version = "0.111.0"

[dependencies.nu-parser]
version = "0.111.0"

[dependencies.nu-protocol]
version = "0.111.0"
features = ["plugin"]

[dependencies.nuon]
version = "0.111.0"

[dependencies.rmcp]
version = "0.16"
features = [
    "server",
    "transport-io",
    "schemars",
    "transport-streamable-http-server",
]

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1.0.149"

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

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

[dependencies.tracing]
version = "0.1.44"
features = ["log"]

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

[dev-dependencies.nu-cmd-lang]
version = "0.111.0"

[target."cfg(unix)".dependencies.nix]
version = "0.30"
features = ["process"]
default-features = false

[lints.clippy]
result_large_err = "allow"
unchecked_duration_subtraction = "warn"
used_underscore_binding = "warn"