From 23b5e6660057ec21ab7c7551c1e453d653e326f5 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Mon, 30 Jun 2025 12:04:08 +0200 Subject: [PATCH] fix: frong script name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c73836..485d87c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dev = [ ] [project.scripts] -cordra-mcp = "mcp_cordra.server:main" +cordra-mcp = "cordra_mcp.server:main" [build-system] requires = ["hatchling"]