agentic-tools-core 0.1.0

Core traits and types for agentic-tools library family
Documentation
[package]
name = "agentic-tools-core"
version = "0.1.0"
edition = "2024"
authors = ["Allison Durham"]
description = "Core traits and types for agentic-tools library family"
license = "MIT"
repository = "https://github.com/allisoneer/agentic_auxilary"

[dependencies]
futures = "0.3"
serde = { workspace = true }
serde_json = { workspace = true }
schemars = { workspace = true }
thiserror = { workspace = true }
json-patch = "4"
rmcp = { version = "0.12.0", features = ["server", "transport-io"] }

[features]
default = []
inventory = ["dep:inventory"]

[dependencies.inventory]
version = "0.3"
optional = true

[dev-dependencies]
tokio = { version = "1", features = ["rt", "macros"] }

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

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