Bound supervise tool-call waits #128
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Issue #117 identifies
bot_bottle/supervise_server.pyas a remaining complexity hotspot.handle_tools_callcan block on operator response indefinitely, and the threaded HTTP server holds an OS thread for each outstanding tool call. Thelist-egress-routeshelper also performs live egress HTTP work inside the request thread.Desired outcome
Add a PRD for bounding supervise request-thread blocking without changing the MCP tool contract unnecessarily. The PRD should cover timeout policy, response shape on timeout, request-thread behavior, and tests for pending operator responses and egress route listing delays.
Parent context
Carved out from the broader hotspot review in #117.