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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user