diff --git a/mcp_server/pyproject.toml b/mcp_server/pyproject.toml index bfc50a72..4578b284 100644 --- a/mcp_server/pyproject.toml +++ b/mcp_server/pyproject.toml @@ -3,14 +3,14 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] -packages = ["src"] +packages = ["src", "config"] [tool.hatch.metadata] allow-direct-references = true [project] name = "graphiti-mcp-varming" -version = "1.0.2" +version = "1.0.3" description = "Graphiti MCP Server - Enhanced fork with additional tools by Varming" readme = "README.md" requires-python = ">=3.10,<4"