README.md
pyproject.toml
src/fts_mcp.egg-info/PKG-INFO
src/fts_mcp.egg-info/SOURCES.txt
src/fts_mcp.egg-info/dependency_links.txt
src/fts_mcp.egg-info/entry_points.txt
src/fts_mcp.egg-info/requires.txt
src/fts_mcp.egg-info/top_level.txt
src/full_text_search/__init__.py
src/full_text_search/common.py
src/full_text_search/chat/parse_reply.py
src/full_text_search/index/__init__.py
src/full_text_search/index/sqlite_index.py
src/full_text_search/index/tantivy_index.py
src/full_text_search/ingest/common.py
src/full_text_search/ingest/enrich.py
src/full_text_search/ingest/ingest_docx.py
src/full_text_search/ingest/ingest_html.py
src/full_text_search/ingest/ingest_html_ast.py
src/full_text_search/ingest/ingest_markdown.py
src/full_text_search/ingest/ingest_pdf.py
src/full_text_search/ingest/split.py
src/full_text_search/mcp/deep_research_mcp.py
src/full_text_search/mcp/mcp.py
src/full_text_search/mcp/multi_deep_research_mcp.py
src/full_text_search/mcp/multi_mcp.py
src/full_text_search/mcp/unified_deep_research_mcp.py
src/full_text_search/server/__init__.py
src/full_text_search/server/api.py
tests/test_cli_yaml.py
tests/test_deep_research_mcp.py
tests/test_full_fairfield.py
tests/test_id_autogen.py
tests/test_multi_index.py
tests/test_split_by_class.py
tests/test_yaml_config.py