LICENSE
README.md
pyproject.toml
src/lore/__init__.py
src/lore/db_client.py
src/lore/doc_processor.py
src/lore/embeddings.py
src/lore/env_config.py
src/lore/http_auth.py
src/lore/mcp_index_scanner.py
src/lore/response.py
src/lore/search.py
src/lore/server.py
src/lore/server_fastmcp.py
src/lore/telemetry.py
src/lore/extraction/__init__.py
src/lore/extraction/client.py
src/lore/extraction/dedup.py
src/lore/extraction/filters.py
src/lore/extraction/prompts.py
src/lore/extraction/schema.py
src/lore_knowledge_mcp.egg-info/PKG-INFO
src/lore_knowledge_mcp.egg-info/SOURCES.txt
src/lore_knowledge_mcp.egg-info/dependency_links.txt
src/lore_knowledge_mcp.egg-info/entry_points.txt
src/lore_knowledge_mcp.egg-info/requires.txt
src/lore_knowledge_mcp.egg-info/top_level.txt
tests/test_basic.py
tests/test_cluster_results.py
tests/test_db_backend_postgres.py
tests/test_db_client_extra2.py
tests/test_degradation.py
tests/test_doc_processor.py
tests/test_docker_mcp_indexing.py
tests/test_embeddings_extra.py
tests/test_embeddings_get_embedder.py
tests/test_env_config.py
tests/test_extraction_client.py
tests/test_extraction_control_surface.py
tests/test_extraction_dedup.py
tests/test_extraction_filters.py
tests/test_extraction_orchestrator.py
tests/test_extraction_prompt.py
tests/test_fastmcp_jsonrpc.py
tests/test_fastmcp_utilities.py
tests/test_fts_english_index_migration.py
tests/test_handler_investigation_journal.py
tests/test_handler_kb.py
tests/test_http_auth.py
tests/test_journal_search.py
tests/test_kb_get_batch.py
tests/test_mcp_index_auto_reindex.py
tests/test_mcp_index_scanner.py
tests/test_mcp_index_scanner_extra.py
tests/test_production_guard.py
tests/test_rrf.py
tests/test_search_config.py
tests/test_search_helpers.py
tests/test_search_postgres_helpers.py
tests/test_server_handlers.py
tests/test_server_search_handlers.py
tests/test_server_utilities.py
tests/test_sqlite_client.py
tests/test_sqlite_client_extra.py
tests/test_table_query_builder.py
tests/test_telemetry.py
tests/test_tool_schemas.py
tests/test_trgm_index_migration.py
tests/test_trust_score_migration.py