objectiveai-mcp 2.2.2

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

[features]
default = []

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.axum]
version = "0.8.8"

[dependencies.dirs]
version = "6.0.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.envconfig]
version = "0.11.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.http]
version = "1.4.0"

[dependencies.humantime]
version = "2"

[dependencies.indexmap]
version = "2.13"

[dependencies.json-escape]
version = "0.3.1"

[dependencies.objectiveai-sdk]
version = "2.2.2"
features = ["lockfile"]

[dependencies.rmcp]
version = "0.16.0"
features = [
    "server",
    "transport-streamable-http-server",
]

[dependencies.schemars]
version = "1.2.1"

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

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

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

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