argyph-cli 1.0.1

Local-first MCP server giving AI coding agents fast, structured, and semantic context over any codebase.
Documentation
[package]
name = "argyph-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
description.workspace = true
homepage.workspace = true
documentation.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true

[lints]
workspace = true

[dependencies]
argyph-core = { path = "../argyph-core", version = "=1.0.1" }
argyph-fs = { path = "../argyph-fs", version = "=1.0.1" }
argyph-mcp = { path = "../argyph-mcp", version = "=1.0.1" }
thiserror.workspace = true
clap = { version = "4", features = ["derive"] }
camino = "1"
tokio = { version = "1", features = ["rt-multi-thread"] }
tracing = "0.1"

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