What's wrong with this entry?
When multiple skill manifest entries resolve to the same MCP connector, they are now automatically merged into a single connector entry instead of producing ambiguous server_ambiguous errors.
- Duplicate entries are merged by unioning their tool lists
- A warning is emitted: "[N] manifest entries resolve to connector '[name]' and were merged into one ([M] tools). A viewer with more than one connector named '[name]' gets server_ambiguous on every call until the duplicates are renamed or removed."
- Entries that cannot be resolved (using the
claude_ai_prefix namespace) are reported as unresolved rather than silently dropped
Connector dedup logic (search for "were merged into one (" and "server_ambiguous on every call")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.