Enabling or disabling MCP servers now tells you when some didn't actually change.
What's wrong with this entry?
Bulk and single MCP server toggles no longer report success optimistically; servers that failed to change are counted and called out.
- Bulk enable/disable uses
Promise.allSettled, logs each rejection, and appends a count of the ones that did not take. - The summary is assembled from "Enabled" or "Disabled", plus "MCP server(s)", plus, when some failed, " couldn't be changed — run /mcp to check)".
- Single-server toggles surface a failure through the standard "Failed to " message.
- Cross-session conflicts get their own assembled texts, for example
"${e}" was re-enabled in another session, so this disable didn't persist.
` couldn't be changed \u2014 run /mcp to check)`
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.