From 3c10913680ef7675d55c6bbd45e1f3de4ed1f53c Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Sat, 24 May 2025 02:01:58 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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