diff --git a/pyproject.toml b/pyproject.toml index f994f06..baa33c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,4 +13,7 @@ dependencies = [ "aiohttp>=3.11.18", ] [tool.setuptools.packages.find] -include = ["*_mcp_module"] \ No newline at end of file +include = ["*_mcp_module"] + +[project.scripts] +yargi-mcp = "mcp_server_main:main" \ No newline at end of file