README.md
pyproject.toml
src/cctx_mcp.egg-info/PKG-INFO
src/cctx_mcp.egg-info/SOURCES.txt
src/cctx_mcp.egg-info/dependency_links.txt
src/cctx_mcp.egg-info/entry_points.txt
src/cctx_mcp.egg-info/requires.txt
src/cctx_mcp.egg-info/top_level.txt
src/code_context/__init__.py
src/code_context/cache.py
src/code_context/change_intel.py
src/code_context/commit_generator.py
src/code_context/config.py
src/code_context/metrics.py
src/code_context/ollama_client.py
src/code_context/pre_index_cli.py
src/code_context/search.py
src/code_context/server.py
src/code_context/summaries.py
src/code_context/vector_index.py
src/code_context/analyzers/__init__.py
src/code_context/analyzers/base.py
src/code_context/analyzers/dart.py
src/code_context/analyzers/go.py
src/code_context/analyzers/python.py
src/code_context/analyzers/rust.py
src/code_context/analyzers/swift.py
src/code_context/analyzers/typescript.py
src/code_context/llm/__init__.py
src/code_context/llm/contracts.py
src/code_context/llm/router.py
src/code_context/llm/providers/__init__.py
src/code_context/llm/providers/ollama.py
src/code_context/llm/providers/openrouter.py
tests/test_analyze_project.py
tests/test_change_intel.py
tests/test_code_search.py
tests/test_commit_flow.py
tests/test_commit_generator.py
tests/test_dependencies.py
tests/test_dir_summary.py
tests/test_find_files.py
tests/test_health.py
tests/test_integration.py
tests/test_llm_router.py
tests/test_metrics.py
tests/test_ollama_client.py
tests/test_openrouter_provider.py
tests/test_search_trace_calls.py
tests/test_semantic_search_quality.py
tests/test_smoke_server.py
tests/test_summaries.py
tests/test_trace_calls_integration.py
tests/test_vector_index.py
tests/test_version.py