You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: correct documentation about server priority order
Update comments to accurately reflect that first occurrence wins based on
McpHub.getServers() order, rather than incorrectly claiming project servers
take priority. The actual behavior is that global servers are initialized first,
so global takes priority when the same server name exists in both configs.
The deduplication fix itself is correct - this is purely a documentation fix.
0 commit comments