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.
The same MCP server defined in two config files now merges correctly.
What's wrong with this entry?
Anonymous. No account, no email.
What
When two configuration sources define the same MCP server, the merge step was writing into the wrong place and comparing the wrong entry's passthrough tools. It now builds the merged entry and only stores it when something actually changed.
Evidence
return d === o ? t : t.set(r.name, d);
Strings lifted out of the shipped bundle, so the claim above can be checked against them.