Step 256: batch query endpoint for multi-query round-trips

batchQuery accepts array of sub-queries, returns all results in one
response. Errors in individual sub-queries don't affect others.
22 MCP tools total. 12/12 tests pass.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-02-11 16:06:54 +00:00
parent 92e2f2493a
commit 850bb8f927
6 changed files with 459 additions and 1 deletions

View File

@@ -1489,4 +1489,14 @@ target_link_libraries(step255_test PRIVATE
tree_sitter_java tree_sitter_rust tree_sitter_go
tree_sitter_org)
add_executable(step256_test tests/step256_test.cpp)
target_include_directories(step256_test PRIVATE src)
target_link_libraries(step256_test PRIVATE
nlohmann_json::nlohmann_json
unofficial::tree-sitter::tree-sitter
tree_sitter_python tree_sitter_cpp tree_sitter_elisp
tree_sitter_javascript tree_sitter_typescript
tree_sitter_java tree_sitter_rust tree_sitter_go
tree_sitter_org)
# Step 12: Dear ImGui shell scaffolding created (main.cpp exists but not built due to dependencies)