You'll notice
Useful3 Signal0
MCP tool and command collection is less likely to hang or finish twice.
What's wrong with this entry?
Anonymous. No account, no email.
What
The routine that walks connected clients to collect tools and commands now uses an explicit once-guard closure instead of counting callbacks against an expected total.
Details
- Completion can now fire from triggers other than the last callback without double-resolving.
- Previously the count had to match exactly for the routine to settle.
Evidence
ensureConnectedClient
Strings lifted out of the shipped bundle, so the claim above can be checked against them.