objectiveai-mcp-proxy 2.0.7

MCP (Model Context Protocol) proxy server for ObjectiveAI
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 = "objectiveai-mcp-proxy"
version = "2.0.7"
authors = ["ObjectiveAI <admin@objectiveai.dev>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP (Model Context Protocol) proxy server for ObjectiveAI"
homepage = "https://objectiveai.dev"
documentation = "https://docs.rs/objectiveai-mcp-proxy"
readme = "README.md"
keywords = [
    "llm",
    "ai",
    "swarm",
    "mcp",
]
license = "MIT"
repository = "https://github.com/ObjectiveAI/objectiveai"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.axum]
version = "0.8.8"

[dependencies.base64]
version = "0.22.1"

[dependencies.blake3]
version = "1.8.5"
default-features = false

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.envconfig]
version = "0.11.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.indexmap]
version = "2.13.0"
features = ["serde"]

[dependencies.objectiveai-sdk]
version = "2.0.7"
features = ["mcp"]
default-features = false

[dependencies.rand]
version = "0.9.2"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "charset",
    "http2",
    "rustls-tls",
    "json",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[dependencies.sse-stream]
version = "0.2.3"

[dependencies.thiserror]
version = "2.0.18"

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

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

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.uuid]
version = "1.22.0"
features = ["v4"]

[dev-dependencies.rmcp]
version = "0.16.0"
features = [
    "client",
    "transport-streamable-http-client",
    "transport-streamable-http-client-reqwest",
]