indexio status command fails when called from projio MCP context: - `ModuleNotFo
indexio status command fails when called from projio MCP context:
- ModuleNotFoundError: No module named 'projio.indexio' — projio doesn't have an indexio submodule
- The MCP indexio_build_status works (reads job JSON files) but there's no MCP equivalent of indexio status that shows per-store/per-source chunk counts without a job_id
- corpus_list exists but only shows corpus-level aggregates, not per-source stats
- The standalone indexio status CLI works fine
Related Notes¶
- [[issue-arash-20260328-192146-858687.md]] — Both are indexio MCP tool bugs — one about build_status progress, this one about missing status/per-source stats in MCP context
- [[issue-arash-20260326-174001-720656.md]] — Directly related: missing MCP tools for index operations, same gap as the missing indexio status MCP tool
- [[issue-arash-20260328-193353-406929.md]] — Both involve projio CLI/MCP context failures discovered in the same session
- [[issue-arash-20260328-011416-121323.md]] — Related class of bug: MCP tool API gaps/inconsistencies in projio (missing params, missing equivalents)