Finish an in-flight Chief MCP tool call during a redeploy
A Chief tool call running when the hosted MCP server restarts now gets up to 10 seconds to finish and return its answer, instead of being cut off mid-response.
If you connect an agent to the hosted Chief MCP server, a tool call that happened to be running during a redeploy came back cut off mid-response. You saw a truncated answer or a dropped connection, with no way to tell a real failure from a restart.
Tool calls during a redeploy
A call in flight when the server restarts now gets up to 10 seconds to finish and send its result back. Anything still running past that is cut off as before, but short and normal calls now complete and return what you asked for.
Local Ctrl-C
Running the Chief MCP server yourself and pressing Ctrl-C once now closes it down cleanly and exits without an error. Press it a second time and the process stops right away, so a shutdown that stalls never leaves you stuck.
You do not need to change anything in your setup. Reconnect your agent as usual and the calls keep landing through a restart.