LICENSE
README.md
pyproject.toml
src/gaggimate_mcp/__init__.py
src/gaggimate_mcp/__main__.py
src/gaggimate_mcp/config.py
src/gaggimate_mcp/diagnostics.py
src/gaggimate_mcp/errors.py
src/gaggimate_mcp/logging_config.py
src/gaggimate_mcp/resources.py
src/gaggimate_mcp/server.py
src/gaggimate_mcp/api/__init__.py
src/gaggimate_mcp/api/http.py
src/gaggimate_mcp/api/websocket.py
src/gaggimate_mcp/models/__init__.py
src/gaggimate_mcp/models/profile.py
src/gaggimate_mcp/models/rating.py
src/gaggimate_mcp/models/shot.py
src/gaggimate_mcp/parsers/__init__.py
src/gaggimate_mcp/parsers/index.py
src/gaggimate_mcp/parsers/shot.py
src/gaggimate_mcp/storage/__init__.py
src/gaggimate_mcp/storage/markdown.py
src/gaggimate_mcp/storage/profiles.py
src/gaggimate_mcp/storage/ratings.py
src/gaggimate_mcp/tools/__init__.py
src/gaggimate_mcp/transformers/__init__.py
src/gaggimate_mcp/transformers/shot.py
src/gaggimate_mcp/utils/__init__.py
src/iflow_mcp_julianleopold_gaggimate_mcp_python.egg-info/PKG-INFO
src/iflow_mcp_julianleopold_gaggimate_mcp_python.egg-info/SOURCES.txt
src/iflow_mcp_julianleopold_gaggimate_mcp_python.egg-info/dependency_links.txt
src/iflow_mcp_julianleopold_gaggimate_mcp_python.egg-info/entry_points.txt
src/iflow_mcp_julianleopold_gaggimate_mcp_python.egg-info/requires.txt
src/iflow_mcp_julianleopold_gaggimate_mcp_python.egg-info/top_level.txt
tests/test_api_websocket.py
tests/test_config.py
tests/test_diagnostics.py
tests/test_errors.py
tests/test_logging.py
tests/test_models_profile.py
tests/test_models_rating.py
tests/test_models_shot.py
tests/test_parsers_index.py
tests/test_parsers_shot.py
tests/test_resources.py
tests/test_storage_markdown.py
tests/test_transformers_shot.py