diff --git a/src/git/pyproject.toml b/src/git/pyproject.toml index f25b33d0..96a6d5b5 100644 --- a/src/git/pyproject.toml +++ b/src/git/pyproject.toml @@ -31,9 +31,10 @@ build-backend = "hatchling.build" [tool.uv] dev-dependencies = ["pyright>=1.1.389", "ruff>=0.7.3", "pytest>=8.0.0"] +typed=true [tool.pytest.ini_options] testpaths = ["tests"] python_files = "test_*.py" python_classes = "Test*" -python_functions = "test_*" \ No newline at end of file +python_functions = "test_*" diff --git a/src/git/src/mcp_server_git/py.typed b/src/git/src/mcp_server_git/py.typed new file mode 100644 index 00000000..e69de29b