brainos-mcphost 0.5.0

MCP host — mounts external Model Context Protocol servers (stdio/HTTP/SSE) for Brain OS
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 = "2021"
rust-version = "1.91"
name = "brainos-mcphost"
version = "0.5.0"
authors = ["Keshav Ashiya"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP host — mounts external Model Context Protocol servers (stdio/HTTP/SSE) for Brain OS"
homepage = "https://github.com/keshavashiya/brain"
readme = false
keywords = [
    "ai",
    "memory",
    "local",
    "mcp",
    "llm",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/keshavashiya/brain"

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.brain]
version = "0.5.0"
package = "brainos-core"

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

[dependencies.http]
version = "1"

[dependencies.identity]
version = "0.5.0"
package = "brainos-identity"

[dependencies.intent]
version = "0.5.0"
package = "brainos-intent"

[dependencies.observe]
version = "0.5.0"
package = "brainos-observe"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
    "blocking",
    "query",
    "form",
]

[dependencies.resilience]
version = "0.5.0"
package = "brainos-resilience"

[dependencies.rmcp]
version = "1.7"
features = [
    "client",
    "transport-child-process",
    "transport-streamable-http-client-reqwest",
    "auth",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "process",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

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

[dependencies.vault]
version = "0.5.0"
package = "brainos-vault"

[dev-dependencies.axum]
version = "0.7"
features = ["json"]

[dev-dependencies.rmcp]
version = "1.7"
features = [
    "server",
    "macros",
    "transport-streamable-http-server",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]

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

[dev-dependencies.wiremock]
version = "0.6"

[lints.clippy]
large_enum_variant = "allow"
module_inception = "allow"
result_large_err = "allow"
too_many_arguments = "allow"
type_complexity = "allow"

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

[lints.rust]
unused_must_use = "deny"