LICENSE
README.md
pyproject.toml
src/git_mcp_server/__init__.py
src/git_mcp_server/server.py
src/git_mcp_server/tools/__init__.py
src/git_mcp_server/tools/branch.py
src/git_mcp_server/tools/commit.py
src/git_mcp_server/tools/remote.py
src/git_mcp_server/tools/status.py
src/git_mcp_server/tools/sync.py
src/git_mcp_server/utils/__init__.py
src/git_mcp_server/utils/errors.py
src/git_mcp_server/utils/git_client.py
src/rriesco_mcp_git.egg-info/PKG-INFO
src/rriesco_mcp_git.egg-info/SOURCES.txt
src/rriesco_mcp_git.egg-info/dependency_links.txt
src/rriesco_mcp_git.egg-info/entry_points.txt
src/rriesco_mcp_git.egg-info/requires.txt
src/rriesco_mcp_git.egg-info/top_level.txt
tests/test_branch.py
tests/test_commit.py
tests/test_errors.py
tests/test_git_client.py
tests/test_remote.py
tests/test_status.py
tests/test_sync.py