.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/gitlab_analyzer/__init__.py
src/gitlab_analyzer/version.py
src/gitlab_analyzer/api/__init__.py
src/gitlab_analyzer/api/client.py
src/gitlab_analyzer/cache/auto_cleanup.py
src/gitlab_analyzer/cache/mcp_cache.py
src/gitlab_analyzer/cache/models.py
src/gitlab_analyzer/core/analysis.py
src/gitlab_analyzer/core/pipeline_info.py
src/gitlab_analyzer/mcp/__init__.py
src/gitlab_analyzer/mcp/server.py
src/gitlab_analyzer/mcp/prompts/__init__.py
src/gitlab_analyzer/mcp/prompts/advanced.py
src/gitlab_analyzer/mcp/prompts/debugging.py
src/gitlab_analyzer/mcp/prompts/educational.py
src/gitlab_analyzer/mcp/prompts/investigation.py
src/gitlab_analyzer/mcp/prompts/performance.py
src/gitlab_analyzer/mcp/resources/__init__.py
src/gitlab_analyzer/mcp/resources/analysis.py
src/gitlab_analyzer/mcp/resources/error.py
src/gitlab_analyzer/mcp/resources/file.py
src/gitlab_analyzer/mcp/resources/job.py
src/gitlab_analyzer/mcp/resources/pipeline.py
src/gitlab_analyzer/mcp/resources/utils.py
src/gitlab_analyzer/mcp/servers/__init__.py
src/gitlab_analyzer/mcp/servers/http_server.py
src/gitlab_analyzer/mcp/servers/server.py
src/gitlab_analyzer/mcp/servers/sse_server.py
src/gitlab_analyzer/mcp/tools/__init__.py
src/gitlab_analyzer/mcp/tools/cache_tools.py
src/gitlab_analyzer/mcp/tools/clean_trace_tools.py
src/gitlab_analyzer/mcp/tools/failed_pipeline_analysis.py
src/gitlab_analyzer/mcp/tools/resource_access_tools.py
src/gitlab_analyzer/mcp/tools/search_tools.py
src/gitlab_analyzer/mcp/tools/trace_analysis_tools.py
src/gitlab_analyzer/models/__init__.py
src/gitlab_analyzer/models/job_info.py
src/gitlab_analyzer/models/log_entry.py
src/gitlab_analyzer/models/pipeline_analysis.py
src/gitlab_analyzer/models/pytest_models.py
src/gitlab_analyzer/parsers/__init__.py
src/gitlab_analyzer/parsers/base_parser.py
src/gitlab_analyzer/parsers/log_parser.py
src/gitlab_analyzer/parsers/pytest_parser.py
src/gitlab_analyzer/utils/__init__.py
src/gitlab_analyzer/utils/debug.py
src/gitlab_analyzer/utils/trace_utils.py
src/gitlab_analyzer/utils/utils.py
src/gitlab_pipeline_analyzer.egg-info/PKG-INFO
src/gitlab_pipeline_analyzer.egg-info/SOURCES.txt
src/gitlab_pipeline_analyzer.egg-info/dependency_links.txt
src/gitlab_pipeline_analyzer.egg-info/entry_points.txt
src/gitlab_pipeline_analyzer.egg-info/requires.txt
src/gitlab_pipeline_analyzer.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_auto_cleanup.py
tests/test_base_parser.py
tests/test_clean_trace_focused.py
tests/test_clean_trace_simple.py
tests/test_database_env_var.py
tests/test_final_coverage_boost.py
tests/test_gitlab_client.py
tests/test_log_parser.py
tests/test_log_parser_advanced.py
tests/test_log_parser_coverage.py
tests/test_mcp_cache.py
tests/test_models.py
tests/test_module_coverage.py
tests/test_optimization_utils.py
tests/test_pytest_parser_fixed.py
tests/test_search_functionality.py
tests/test_server_integration.py
tests/test_simple_coverage.py
tests/test_trace_analysis_focused.py
tests/test_trace_utils_coverage.py
tests/test_utils_coverage.py
tests/test_version.py
tests/resources/__init__.py
tests/resources/test_analysis.py
tests/resources/test_error.py
tests/resources/test_file_new.py
tests/resources/test_job.py
tests/resources/test_pipeline.py
tests/resources/test_utils.py
tests/tools/__init__.py
tests/tools/test_cache_tools.py
tests/tools/test_failed_pipeline_analysis.py
tests/tools/test_mcp_search_tools.py
tests/tools/test_resource_access_tools.py
tests/tools/test_search_tools.py
tests/tools/test_tools_utils.py
tests/utils/test_utils.py