From 2271423c9101f6872e53f002ba899f66f11a11c2 Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Sat, 24 May 2025 02:06:40 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baa33c6..03c1812 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,4 +16,4 @@ dependencies = [ include = ["*_mcp_module"] [project.scripts] -yargi-mcp = "mcp_server_main:main" \ No newline at end of file +yargi-mcp = "yargi_mcp:__main__.main" \ No newline at end of file