You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(everyrow-mcp): wire include_partial_rows and improve progress prompt (#4946)
## Summary
- Wire `include_partial_rows` (default `false`) into `everyrow_progress`
so callers can opt in to receiving newly completed row data alongside
status counts and agent summaries
- Improve the progress message prompt to ask the LLM for meaningful
highlights (interesting findings, patterns, notable values) rather than
a generic "briefly comment"
- Add proper `Field()` descriptor with description for
`include_partial_rows` on `ProgressInput`
## Test plan
- [x] All 422 existing MCP server tests pass
- [ ] Manual test: call `everyrow_progress` without
`include_partial_rows` — should return only status + summaries, no row
data
- [ ] Manual test: call `everyrow_progress(include_partial_rows=true)` —
should include newly completed rows
- [ ] Verify LLM produces more meaningful progress updates with the new
prompt
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sourced from commit b01635969cd1d9f2c81bcdf5f2a9fc965f0dd548
msg+=f"\n\nBriefly comment on these updates for the user, then immediately call {progress_call}."
498
+
msg+=f"\n\nProduce a concise, meaningful update: highlight any interesting findings, patterns, or notable values from the new rows and agent activity above. Then immediately call {progress_call}."
0 commit comments