DEPLOYMENT.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/docsite_ingest_mcp/__init__.py
src/docsite_ingest_mcp/__main__.py
src/docsite_ingest_mcp/config.py
src/docsite_ingest_mcp.egg-info/PKG-INFO
src/docsite_ingest_mcp.egg-info/SOURCES.txt
src/docsite_ingest_mcp.egg-info/dependency_links.txt
src/docsite_ingest_mcp.egg-info/entry_points.txt
src/docsite_ingest_mcp.egg-info/requires.txt
src/docsite_ingest_mcp.egg-info/top_level.txt
src/docsite_ingest_mcp/app/__init__.py
src/docsite_ingest_mcp/app/mcp_server/__init__.py
src/docsite_ingest_mcp/app/mcp_server/core.py
src/docsite_ingest_mcp/app/mcp_server/discovery.py
src/docsite_ingest_mcp/app/mcp_server/server.py
src/docsite_ingest_mcp/app/mcp_server/tools_admin.py
src/docsite_ingest_mcp/app/mcp_server/tools_ingest.py
src/docsite_ingest_mcp/app/mcp_server/tools_search.py
src/docsite_ingest_mcp/domain/__init__.py
src/docsite_ingest_mcp/domain/auth/__init__.py
src/docsite_ingest_mcp/domain/auth/browser.py
src/docsite_ingest_mcp/domain/auth/session.py
src/docsite_ingest_mcp/domain/chunk/__init__.py
src/docsite_ingest_mcp/domain/chunk/chunking.py
src/docsite_ingest_mcp/domain/chunk/contracts.py
src/docsite_ingest_mcp/domain/chunk/registry.py
src/docsite_ingest_mcp/domain/client_install/__init__.py
src/docsite_ingest_mcp/domain/client_install/service.py
src/docsite_ingest_mcp/domain/client_install/skill_templates.json
src/docsite_ingest_mcp/domain/client_install/assets/cowork/color.png
src/docsite_ingest_mcp/domain/client_install/assets/cowork/outline.png
src/docsite_ingest_mcp/domain/core/__init__.py
src/docsite_ingest_mcp/domain/core/sites.py
src/docsite_ingest_mcp/domain/index/__init__.py
src/docsite_ingest_mcp/domain/index/indexing.py
src/docsite_ingest_mcp/domain/ingest/__init__.py
src/docsite_ingest_mcp/domain/ingest/adapters.py
src/docsite_ingest_mcp/domain/ingest/contracts.py
src/docsite_ingest_mcp/domain/ingest/orchestrator.py
src/docsite_ingest_mcp/domain/ingest/pipeline.py
src/docsite_ingest_mcp/domain/ingest/registry.py
src/docsite_ingest_mcp/domain/ingest/service.py
src/docsite_ingest_mcp/domain/parse/__init__.py
src/docsite_ingest_mcp/domain/parse/code_parser.py
src/docsite_ingest_mcp/domain/parse/contracts.py
src/docsite_ingest_mcp/domain/parse/format_registry.py
src/docsite_ingest_mcp/domain/parse/loader.py
src/docsite_ingest_mcp/domain/rerank/__init__.py
src/docsite_ingest_mcp/domain/rerank/contracts.py
src/docsite_ingest_mcp/domain/rerank/engine.py
src/docsite_ingest_mcp/domain/rerank/registry.py
src/docsite_ingest_mcp/domain/runtime_state/__init__.py
src/docsite_ingest_mcp/domain/runtime_state/runtime.py
src/docsite_ingest_mcp/domain/runtime_state/state.py
src/docsite_ingest_mcp/infra/__init__.py
src/docsite_ingest_mcp/infra/vector_store/__init__.py
src/docsite_ingest_mcp/infra/vector_store/chroma.py
src/docsite_ingest_mcp/infra/vector_store/embedding_loader.py
src/docsite_ingest_mcp/infra/vector_store/hf_auth.py
src/docsite_ingest_mcp/infra/web/__init__.py
src/docsite_ingest_mcp/infra/web/adapters.py
src/docsite_ingest_mcp/infra/web/scraper.py
src/docsite_ingest_mcp/validation/__init__.py
src/docsite_ingest_mcp/validation/benchmark/__init__.py
src/docsite_ingest_mcp/validation/benchmark/core.py
src/docsite_ingest_mcp/validation/benchmark/rerank.py
src/docsite_ingest_mcp/validation/e2e/__init__.py
src/docsite_ingest_mcp/validation/e2e/runtime_validate_robust.py
tests/test_domain_facades.py
tests/test_indexer_chunk_strategies.py
tests/test_indexer_page_metadata.py
tests/test_ingest_pipeline_orchestrator.py
tests/test_ingest_service_contract_regression.py
tests/test_ingest_service_local.py
tests/test_ingest_service_remote.py
tests/test_local_loader.py
tests/test_local_loader_parser_plugins.py
tests/test_local_selective_update.py
tests/test_mcp_discovery_helpers.py
tests/test_mcp_discovery_local_site.py
tests/test_mcp_runtime_authentication.py
tests/test_mcp_runtime_delete_site.py
tests/test_mcp_server_core_helpers.py
tests/test_mcp_server_refine_start_url.py
tests/test_mcp_server_wiring.py
tests/test_mcp_state_helpers.py
tests/test_mcp_tools_ingest.py
tests/test_modular_ingest.py
tests/test_modular_ingest_registries.py
tests/test_rerank_benchmark.py
tests/test_scraper_browser_fallback.py
tests/test_scraper_path_prefix.py
tests/test_skill_install.py
tests/test_topic_routing.py