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(mcp): filter test-run and profiling-run lists by schedule (TG-1117)
Add an optional schedule_id filter to list_test_runs and list_profiling_runs
so the followable Schedule ID already surfaced on scheduler-triggered runs
closes the loop into "all runs from this schedule".
The filter is a soft additive WHERE clause, not a resolve-and-raise: the
existing select_summary queries already pin je.job_key and scope by
project_code, so an unknown, inaccessible, or wrong-kind schedule yields the
standard empty-result envelope rather than an error. JobExecution
.select_active_by_kwargs gains a *clauses arg so the pending-JE section stays
schedule-scoped too.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments