MANIFEST.in
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/base.py
src/full_text_search/common.py
src/full_text_search/core.py
src/full_text_search/dedup.py
src/full_text_search/filters.py
src/full_text_search/service.py
src/full_text_search/types.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/embed.py
src/full_text_search/ingest/enrich.py
src/full_text_search/ingest/heuristic_filters.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_plus_api/__init__.py
src/full_text_search/mcp_plus_api/multi_tenant.py
src/full_text_search/mcp_plus_api/server.py
src/full_text_search/server/README.md
src/full_text_search/server/__init__.py
src/full_text_search/server/api.py
src/full_text_search/tools/__init__.py
src/full_text_search/tools/remote.py