Under the hood
Design-connector MCP detection logic was consolidated into shared helper functions
What
Two nearly identical internal functions that decide whether a design-tool MCP (Model Context Protocol) server should get special design-connector treatment used to each inline their own URL-scheme/path check and auth-header check. Both now call the same shared helper functions instead.
Why
This is an internal cleanup that removes duplicated logic; it should not change behavior for users but makes the design-connector detection easier to maintain consistently.