diff --git a/docs_mcp/server.py b/docs_mcp/server.py index cb69a07..1cc2e6b 100644 --- a/docs_mcp/server.py +++ b/docs_mcp/server.py @@ -541,7 +541,7 @@ def corpus_status() -> str: Cheap — no embedder call. """ with TimedCall("corpus_status", {}) as _call: - lines: list[str] = ["# PPLS corpus status\n"] + lines: list[str] = ["# crop-chem-docs corpus status\n"] # On-disk corpus labels_by_source: dict[str, int] = {}