Fix indentation error in retrieval_tools.py line 1308

Removed duplicate line with incorrect indentation that was causing
MCP server startup failure.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-31 22:15:19 +01:00
parent a1cd9f2821
commit 9c2145bcf2

View File

@@ -1305,7 +1305,6 @@ async def filter_by_author_handler(
# Build document summaries (one document per work now) # Build document summaries (one document per work now)
work_documents: List[DocumentSummary] = [doc_summary] work_documents: List[DocumentSummary] = [doc_summary]
work_chunks_total = chunks_count work_chunks_total = chunks_count
work_chunks_total += chunks_count
# If include_chunk_counts is False and we don't have chunksCount, # If include_chunk_counts is False and we don't have chunksCount,
# we can optionally query the Chunk collection directly # we can optionally query the Chunk collection directly