From 4a2af434ab3c2763bf2e9df9e557c8adc3bc1b67 Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Sat, 24 May 2025 02:09:32 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 03c1812..179e6e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,12 @@ dependencies = [ "pydantic>=2.11.4", "aiohttp>=3.11.18", ] -[tool.setuptools.packages.find] -include = ["*_mcp_module"] [project.scripts] -yargi-mcp = "yargi_mcp:__main__.main" \ No newline at end of file +yargi-mcp = "mcp_server_main:main" + +[tool.setuptools] +py-modules = ["mcp_server_main"] + +[tool.setuptools.packages.find] +include = ["*_mcp_module"] \ No newline at end of file