LICENSE
README.md
pyproject.toml
src/code_context/__init__.py
src/code_context/__main__.py
src/code_context/config.py
src/code_context/server.py
src/code_context/cli/__init__.py
src/code_context/cli/init_flow.py
src/code_context/cli/init_wizard.py
src/code_context/cli/mcp_installer.py
src/code_context/database/__init__.py
src/code_context/database/qdrant.py
src/code_context/llm/__init__.py
src/code_context/llm/llm_client.py
src/code_context/scanner/__init__.py
src/code_context/scanner/detail_extractor.py
src/code_context/scanner/endpoint_parser.py
src/code_context/scanner/file_scanner.py
src/code_context/scanner/llm_filter.py
src/code_context/scanner/python.py
src/code_context/scanner/token_estimator.py
src/code_context/services/__init__.py
src/code_context/services/embedding.py
src/code_context/services/server_manager.py
src/code_context/tools/__init__.py
src/code_context/ui/__init__.py
src/code_context/ui/app.py
src/code_context/ui/scanner_presenter.py
src/code_context/ui/scanner_ui.py
src/code_context/ui/components/__init__.py
src/code_context/ui/screens/__init__.py
src/code_context/ui/screens/config.py
src/code_context/ui/screens/dashboard.py
src/code_context/ui/screens/extraction_details.py
src/code_context/ui/screens/parsing_simple.py
src/code_context/ui/screens/parsing_v2.py
src/code_context/ui/screens/project_select.py
src/code_context/ui/screens/review_details.py
src/code_context/ui/screens/saving.py
src/code_context/ui/screens/scanning.py
src/code_context/ui/screens/server_panel.py
src/code_context/ui/screens/welcome.py
src/code_context/utils/__init__.py
src/code_context/utils/framework_detector.py
src/code_context/utils/project_detector.py
src/mcp_code_context.egg-info/PKG-INFO
src/mcp_code_context.egg-info/SOURCES.txt
src/mcp_code_context.egg-info/dependency_links.txt
src/mcp_code_context.egg-info/entry_points.txt
src/mcp_code_context.egg-info/requires.txt
src/mcp_code_context.egg-info/top_level.txt