Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

Commit 4f766ed

Browse files
authored
feat(mcp-servers): resolve store icons from icon_domain via the logo.dev proxy
The MCP store backend is replacing bundled icon assets with an icon_domain field per template, resolved at render time through the authenticated mcp_servers/icon/ proxy (PostHog/posthog#70159). Stop reading icon_key everywhere so the backend can drop the field: - api-client: add icon_domain to the generated MCP types and a getMcpServerIconUrl method (authenticated fetch -> object URL; the endpoint's 404 means "no icon", surfaced as null). - core: iconDomainFromServerUrl derives a best-effort brand domain from a server URL (strips mcp./api./www.) so custom installs get icons too; resolveServerDetails now resolves iconDomain + serverUrl. - ui: ServerIcon fetches through the proxy with the active theme, latching failures per (domain, theme); bundled assets and BRAND_ICONS removed (claude.svg stays, used by ContinueCliSessions). - mobile: same migration on the hand-mirrored types and ServerIcon (RN Image with Authorization header); bundled assets and SERVER_LOGOS removed. Generated-By: PostHog Code Task-Id: 2f81c64d-a1c4-483e-affd-a9b355756737
1 parent 030d1a5 commit 4f766ed

98 files changed

Lines changed: 409 additions & 886 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
-4.25 KB
Binary file not shown.

apps/mobile/assets/services/atlassian.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.
-7.1 KB
Binary file not shown.

apps/mobile/assets/services/box.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/mobile/assets/services/browserbase.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/mobile/assets/services/canva.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
-34.8 KB
Binary file not shown.
-11.1 KB
Binary file not shown.

apps/mobile/assets/services/clerk.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/mobile/assets/services/clickhouse.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)