aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 72f1ff3..943c1e1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ requires-python = ">=3.11"
# ida-codemode supplies GUI discovery, shared idalib workers, leases, and the
# execute_python/ida-domain database surface.
dependencies = [
- "ida-codemode-mcp",
+ "ida-codemode",
"textual>=8",
"pygments>=2", # Used directly for pseudocode highlighting.
]
@@ -26,4 +26,4 @@ build-backend = "hatchling.build"
packages = ["idatui"]
[tool.uv.sources]
-ida-codemode-mcp = { path = "../ida-codemode-mcp", editable = true }
+ida-codemode = { path = "../ida-codemode", editable = true }