[dependencies.agentroot-core]
version = "0.1.0"
[dependencies.anyhow]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.43"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tempfile]
version = "3.14"
[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1.43"
[lib]
name = "agentroot_mcp"
path = "src/lib.rs"
[package]
authors = ["Evangelos Pappas <epappas@evalonlabs.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "text-processing"]
description = "Model Context Protocol server for agentroot - AI assistant integration"
documentation = "https://github.com/epappas/agentroot#readme"
edition = "2021"
homepage = "https://github.com/epappas/agentroot"
keywords = ["search", "semantic", "embeddings", "code-search", "knowledge-base"]
license = "MIT"
name = "agentroot-mcp"
readme = false
repository = "https://github.com/epappas/agentroot"
version = "0.1.0"
[[test]]
name = "metadata_tools_test"
path = "tests/metadata_tools_test.rs"