Skip to content

Fix MCP batch query failure reporting - #2754

Merged
Widthdom merged 6 commits into
mainfrom
fix-issue1472-1615-1616
May 31, 2026
Merged

Fix MCP batch query failure reporting#2754
Widthdom merged 6 commits into
mainfrom
fix-issue1472-1615-1616

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Add top-level batch_query aggregate fields: total_count, success_count, failure_count, partial_failure, failure_scope, and cascade_started_at_index.
  • Validate batched inner tool argument JSON types before dispatch, including limit, format, and other known argument shapes.
  • Document the new batch_query response contract and add bilingual changelog fragments.

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~McpServerTests" -p:UseSharedCompilation=false
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet build CodeIndex.sln -c Release -p:UseSharedCompilation=false

Documentation / Changelog

  • Updated batch_query MCP tool description.
  • Added changelog fragments:
    • changelog.d/unreleased/1472.fixed.md
    • changelog.d/unreleased/1615.fixed.md
    • changelog.d/unreleased/1616.fixed.md

Follow-up Candidates

  • None.

Fixes #1472
Fixes #1615
Fixes #1616

@Widthdom
Widthdom merged commit 9cc65fb into main May 31, 2026
10 of 16 checks passed
@Widthdom
Widthdom deleted the fix-issue1472-1615-1616 branch May 31, 2026 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant