LICENSE
README.md
pyproject.toml
cicada/__init__.py
cicada/clean.py
cicada/command_logger.py
cicada/dead_code_analyzer.py
cicada/find_dead_code.py
cicada/formatter.py
cicada/git_helper.py
cicada/indexer.py
cicada/install.py
cicada/keyword_search.py
cicada/lightweight_keyword_extractor.py
cicada/mcp_server.py
cicada/mcp_tools.py
cicada/parser.py
cicada/pr_finder.py
cicada/setup.py
cicada/version_check.py
cicada/extractors/__init__.py
cicada/extractors/base.py
cicada/extractors/call.py
cicada/extractors/dependency.py
cicada/extractors/doc.py
cicada/extractors/function.py
cicada/extractors/module.py
cicada/extractors/spec.py
cicada/pr_indexer/__init__.py
cicada/pr_indexer/cli.py
cicada/pr_indexer/github_api_client.py
cicada/pr_indexer/indexer.py
cicada/pr_indexer/line_mapper.py
cicada/pr_indexer/pr_index_builder.py
cicada/utils/__init__.py
cicada/utils/call_site_formatter.py
cicada/utils/function_grouper.py
cicada/utils/hash_utils.py
cicada/utils/index_utils.py
cicada/utils/path_utils.py
cicada/utils/signature_builder.py
cicada/utils/storage.py
cicada/utils/subprocess_runner.py
cicada/utils/text_utils.py
cicada_mcp.egg-info/PKG-INFO
cicada_mcp.egg-info/SOURCES.txt
cicada_mcp.egg-info/dependency_links.txt
cicada_mcp.egg-info/entry_points.txt
cicada_mcp.egg-info/requires.txt
cicada_mcp.egg-info/top_level.txt
tests/test_acceptance.py
tests/test_call_sites.py
tests/test_claude_md_update.py
tests/test_clean.py
tests/test_command_logger.py
tests/test_dead_code_analyzer.py
tests/test_e2e.py
tests/test_find_dead_code.py
tests/test_formatter.py
tests/test_git_extended_history.py
tests/test_git_helper.py
tests/test_github_api_client.py
tests/test_gitignore_integration.py
tests/test_hash_utils.py
tests/test_index_utils.py
tests/test_indexer_comprehensive.py
tests/test_install_comprehensive.py
tests/test_install_detection.py
tests/test_install_summary.py
tests/test_intelligent_mcp_config.py
tests/test_keyword_search.py
tests/test_line_mapper.py
tests/test_mcp_e2e.py
tests/test_mcp_git_integration.py
tests/test_mcp_logging_integration.py
tests/test_mcp_pr_tools.py
tests/test_mcp_server_core.py
tests/test_mcp_server_formatting.py
tests/test_mcp_server_pr_history.py
tests/test_module_usage_categories.py
tests/test_multi_editor_setup.py
tests/test_parser.py
tests/test_parser_comprehensive.py
tests/test_path_utils.py
tests/test_pr_finder.py
tests/test_pr_index_builder.py
tests/test_pr_indexer_integration.py
tests/test_pr_indexer_unit.py
tests/test_search_function.py
tests/test_server_cli.py
tests/test_setup.py
tests/test_signal_handling.py
tests/test_stdout_redirect.py
tests/test_storage.py
tests/test_subprocess_runner.py
tests/test_test_files_filter.py
tests/test_version_check.py
tests/test_with_aliases.py