DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
Remote database module restructured, with readable connection-state labels
Under the hood
Useful1Signal2
Artifacts
The remote database module moved and gained readable labels for connection states like hitting the watch limit.
What's wrong with this entry?
Anonymous. No account, no email.
What
The module holding path validation, the split between read verbs (get, list, query) and write verbs (set, update, delete), and error-code normalisation moved from lazy initialisation to plain top-level definitions, and gained short human-readable labels for connection states such as the watch limit being reached.
Evidence
"watch limit reached"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.