26 lines
690 B
TOML
Raw Permalink Normal View History

2026-01-23 16:13:23 +00:00
[package]
name = "kogral-mcp"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "KOGRAL MCP Server - Model Context Protocol integration for Claude Code"
[[bin]]
name = "kogral-mcp"
path = "src/main.rs"
[dependencies]
kogral-core = { path = "../kogral-core" }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["full"] }
anyhow = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
async-trait = { workspace = true }
chrono = { workspace = true }