[package]
name = "kodegen_tools_sequential_thinking"
version = "0.10.11"
edition = "2024"
description = "KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents."
authors = ["KODEGEN.ᴀɪ"]
homepage = "https://kodegen.ai"
repository = "https://github.com/cyrup-ai/kodegen-tools-sequential-thinking"
readme = "README.md"
categories = ["development-tools", "command-line-utilities", "api-bindings"]
keywords = [
"mcp",
"terminal",
"agent",
"filesystem",
"claude"
]
license = "Apache-2.0 OR MIT"
[package.metadata.bundle]
identifier = "ai.kodegen.kodegen_tools_sequential_thinking"
publisher = "KODEGEN.ᴀɪ"
copyright = "Copyright © 2025"
short_description = "Memory-efficient, Blazing-Fast, MCP tools for code generation agents."
[package.metadata.bundle.category]
linux = "Development"
macos = "public.app-category.developer-tools"
[dependencies]
kodegen_mcp_schema = { version = "0.10" }
kodegen_server_http = { version = "0.10" }
kodegen_config_manager = { version = "0.10" }
kodegen_config = { version = "0.10" }
rmcp = { version = "0.11", features = ["client", "schemars", "server", "transport-child-process", "transport-io", "transport-streamable-http-client", "transport-streamable-http-client-reqwest"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
schemars = "1"
anyhow = "1"
log = "0.4"
env_logger = "0.11"
chrono = { version = "0.4", features = ["serde"] }
rustls = "0.23"
parking_lot = "0.12"
dashmap = "6"
cyrup_termcolor = "2"
dirs = "6"
uuid = { version = "1", features = ["serde", "v4"] }
[dev-dependencies]
kodegen_mcp_client = { version = "0.10" }
reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] }
http = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
chrono = { version = "0.4", features = ["serde"] }
const_format = "0.2"
[lib]
name = "kodegen_tools_sequential_thinking"
path = "src/lib.rs"
[features]
default = []
server = []
[[bin]]
name = "kodegen-sequential-thinking"
path = "src/main.rs"