diff --git a/pyproject.toml b/pyproject.toml index 6fee206..f994f06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,3 +12,5 @@ dependencies = [ "pydantic>=2.11.4", "aiohttp>=3.11.18", ] +[tool.setuptools.packages.find] +include = ["*_mcp_module"] \ No newline at end of file