[package]
edition = "2021"
rust-version = "1.77.2"
name = "nomoreide"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NoMoreIDE: an AI-native service workbench with a CLI, a TUI, a web dashboard and an MCP server."
homepage = "https://www.nomoreide.com"
readme = "README.md"
keywords = [
"mcp",
"ai-agents",
"devtools",
"cli",
"developer-tools",
]
categories = [
"development-tools",
"command-line-utilities",
]
license = "AGPL-3.0-only"
repository = "https://github.com/Rorogogogo/nomoreide"
[[bin]]
name = "nomoreide"
path = "src/main.rs"
[[test]]
name = "mcp_registration"
path = "tests/mcp_registration.rs"
[[test]]
name = "mcp_service_runtime"
path = "tests/mcp_service_runtime.rs"
[[test]]
name = "mcp_stdio"
path = "tests/mcp_stdio.rs"
[dependencies.nomoreide-cli]
version = "0.3.2"
[dependencies.tokio]
version = "1"
features = ["full"]
[dev-dependencies.serde_json]
version = "1"
features = ["preserve_order"]
[target."cfg(unix)".dev-dependencies.libc]
version = "0.2"