agentic-tools-mcp 0.1.6

MCP server integration for agentic-tools library family
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 = "agentic-tools-mcp"
version = "0.1.6"
authors = ["Allison Durham"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server integration for agentic-tools library family"
readme = false
license = "MIT"
repository = "https://github.com/allisoneer/agentic_auxilary"
resolver = "2"

[package.metadata.repo]
role = "lib"
family = "agentic-tools"

[package.metadata.repo.integrations]
mcp = false
logging = false
napi = false

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

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

[dependencies.agentic-tools-core]
version = "0.3.0"

[dependencies.futures]
version = "0.3"

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

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

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.rmcp]
version = "1.1.0"
features = [
    "client",
    "server",
    "transport-io",
]