Finished tool calls can notify one registered connector-state listener per session.
What's wrong with this entry?
When a tool call finishes, dispatch now calls a per-session listener after removing its abort listener, provided a condition on the dispatch result holds. The listener is registered through a new single-slot registry, so at most one listener per session receives it. The value that decides whether the call fires is computed locally and its origin is not visible from the dispatch code.
tool_dispatch_end
Strings lifted out of the shipped bundle, so the claim above can be checked against them.