Several unit tests independently rebuild the same MCP server bootstrap and request-handler accessor. Each new wiring test pays the same boilerplate tax, and divergent setup across files invites slow drift over time.
Files where it occurs today:
Surfaced during review of #823.
Several unit tests independently rebuild the same MCP server bootstrap and request-handler accessor. Each new wiring test pays the same boilerplate tax, and divergent setup across files invites slow drift over time.
Files where it occurs today:
tests/unit/mcp.server.progress_wiring.test.ts(added in feat: Modify get-actor-run - add waitSec and progress #823)tests/unit/mcp.task_notifications.test.tstests/unit/mcp.server.capability_gating.test.tsSurfaced during review of #823.