- {#each mcpServers as server (server.id)}
- {@const healthState = mcpStore.getHealthCheckState(server.id)}
- {@const hasError = healthState.status === HealthCheckStatus.ERROR}
- {@const displayName = mcpStore.getServerLabel(server)}
- {@const faviconUrl = mcpStore.getServerFavicon(server.id)}
- {@const isEnabled = conversationsStore.preferences.isMcpServerEnabledForChat(
- server.id
- )}
-
-
- {/each}
-
- {#if mcpServers.length === 0}
-
- No MCP servers configured
-
- {/if}
-
-