README.md
pyproject.toml
gfa_mcp/__init__.py
gfa_mcp/_version.py
gfa_mcp/auth.py
gfa_mcp/cli.py
gfa_mcp/dispatcher.py
gfa_mcp/errors.py
gfa_mcp/log.py
gfa_mcp/session.py
gfa_mcp/tool_schemas.py
gfa_mcp/tools.toml
gfa_mcp/tools_loader.py
gfa_mcp.egg-info/PKG-INFO
gfa_mcp.egg-info/SOURCES.txt
gfa_mcp.egg-info/dependency_links.txt
gfa_mcp.egg-info/entry_points.txt
gfa_mcp.egg-info/requires.txt
gfa_mcp.egg-info/top_level.txt
gfa_mcp/handlers/__init__.py
gfa_mcp/handlers/_util.py
gfa_mcp/handlers/bisect.py
gfa_mcp/handlers/commit.py
gfa_mcp/handlers/conflict_surface.py
gfa_mcp/handlers/diverged.py
gfa_mcp/handlers/fork.py
gfa_mcp/handlers/hint.py
gfa_mcp/handlers/list_tree.py
gfa_mcp/handlers/partial_clone.py
gfa_mcp/handlers/profile.py
gfa_mcp/handlers/read_file.py
gfa_mcp/handlers/types.py
gfa_mcp/handlers/workspace.py
gfa_mcp/transport/__init__.py
gfa_mcp/transport/http.py
gfa_mcp/transport/stdio.py
gfa_mcp/transport/unix.py
tests/test_cli.py
tests/test_dispatcher.py
tests/test_session.py
tests/test_tool_schemas.py
tests/test_tools_loader.py
tests/test_transport_http.py
tests/test_transport_stdio.py