Under the hood
Useful2 Signal0
Cached MCP server connections are now cleaned up properly instead of being skipped.
What's wrong with this entry?
Anonymous. No account, no email.
What
Cleanup paths that previously ignored cache-backed clients now run against them too, so cached server state is properly cleared.
Details
- The three disconnect/cleanup paths in the MCP store moved from
type === "connected"checks to a helper matchinge.type === "connected" || e.type === "cached". clearServerCachenow runs for cached entries as well.- Entries that match neither type are skipped early.
Evidence
clearServerCache
Strings lifted out of the shipped bundle, so the claim above can be checked against them.