LICENSE
README.md
pyproject.toml
src/code_scope_mcp/__init__.py
src/code_scope_mcp/__main__.py
src/code_scope_mcp/server.py
src/code_scope_mcp/symbol_finder.py
src/code_scope_mcp.egg-info/PKG-INFO
src/code_scope_mcp.egg-info/SOURCES.txt
src/code_scope_mcp.egg-info/dependency_links.txt
src/code_scope_mcp.egg-info/entry_points.txt
src/code_scope_mcp.egg-info/requires.txt
src/code_scope_mcp.egg-info/top_level.txt
src/code_scope_mcp/db/database.py
src/code_scope_mcp/indexing/__init__.py
src/code_scope_mcp/indexing/exceptions.py
src/code_scope_mcp/indexing/file_list_builder.py
src/code_scope_mcp/indexing/ignore_handler.py
src/code_scope_mcp/indexing/indexing_logger.py
src/code_scope_mcp/indexing/languages.py
src/code_scope_mcp/indexing/models.py
src/code_scope_mcp/indexing/orchestrator.py
src/code_scope_mcp/indexing/reader.py
src/code_scope_mcp/indexing/strict_resolution_validator.py
src/code_scope_mcp/indexing/timing_utils.py
src/code_scope_mcp/indexing/writer.py
src/code_scope_mcp/indexing/relationship_handlers/__init__.py
src/code_scope_mcp/indexing/relationship_handlers/base_relationship_handler.py
src/code_scope_mcp/indexing/relationship_handlers/c/__init__.py
src/code_scope_mcp/indexing/relationship_handlers/c/file_function_call_handler.py
src/code_scope_mcp/indexing/relationship_handlers/c/import_handler.py
src/code_scope_mcp/indexing/relationship_handlers/c/type_of_handler.py
src/code_scope_mcp/indexing/relationship_handlers/c/uses_handler.py
src/code_scope_mcp/indexing/relationship_handlers/c/variable_reference_handler.py
src/code_scope_mcp/indexing/relationship_handlers/common/base_file_function_call_handler.py
src/code_scope_mcp/indexing/relationship_handlers/common/base_import_handler.py
src/code_scope_mcp/indexing/relationship_handlers/common/base_inherits_handler.py
src/code_scope_mcp/indexing/relationship_handlers/common/base_instantiation_handler.py
src/code_scope_mcp/indexing/relationship_handlers/common/base_is_instance_of_handler.py
src/code_scope_mcp/indexing/relationship_handlers/common/base_member_function_call_handler.py
src/code_scope_mcp/indexing/relationship_handlers/javascript/file_function_call_handler.py
src/code_scope_mcp/indexing/relationship_handlers/javascript/import_handler.py
src/code_scope_mcp/indexing/relationship_handlers/javascript/inherits_handler.py
src/code_scope_mcp/indexing/relationship_handlers/javascript/instantiation_handler.py
src/code_scope_mcp/indexing/relationship_handlers/javascript/is_instance_of_handler.py
src/code_scope_mcp/indexing/relationship_handlers/javascript/member_function_call_handler.py
src/code_scope_mcp/indexing/relationship_handlers/javascript/references_variable_handler.py
src/code_scope_mcp/indexing/relationship_handlers/php/__init__.py
src/code_scope_mcp/indexing/relationship_handlers/php/file_function_call_handler.py
src/code_scope_mcp/indexing/relationship_handlers/php/import_handler.py
src/code_scope_mcp/indexing/relationship_handlers/php/inherits_handler.py
src/code_scope_mcp/indexing/relationship_handlers/php/instantiation_handler.py
src/code_scope_mcp/indexing/relationship_handlers/php/is_instance_of_handler.py
src/code_scope_mcp/indexing/relationship_handlers/php/member_function_call_handler.py
src/code_scope_mcp/indexing/relationship_handlers/php/references_variable_handler.py
src/code_scope_mcp/indexing/relationship_handlers/python/file_function_call_handler.py
src/code_scope_mcp/indexing/relationship_handlers/python/import_handler.py
src/code_scope_mcp/indexing/relationship_handlers/python/inherits_handler.py
src/code_scope_mcp/indexing/relationship_handlers/python/instantiation_handler.py
src/code_scope_mcp/indexing/relationship_handlers/python/is_instance_of_handler.py
src/code_scope_mcp/indexing/relationship_handlers/python/member_function_call_handler.py
src/code_scope_mcp/indexing/relationship_handlers/python/references_constant_handler.py
src/code_scope_mcp/indexing/symbol_extractors/__init__.py
src/code_scope_mcp/indexing/symbol_extractors/base_symbol_extractor.py
src/code_scope_mcp/indexing/symbol_extractors/c_symbol_extractor.py
src/code_scope_mcp/indexing/symbol_extractors/javascript_symbol_extractor.py
src/code_scope_mcp/indexing/symbol_extractors/php_symbol_extractor.py
src/code_scope_mcp/indexing/symbol_extractors/python_symbol_extractor.py
test/test_incremental_indexing.py
test/test_language_support_suite.py