- {#each filteredMcpServers as server (server.id)}
- {@const healthState = mcpStore.getHealthCheckState(server.id)}
- {@const hasError = healthState.status === HealthCheckStatus.ERROR}
- {@const isEnabledForChat = isServerEnabledForChat(server.id)}
- {@const displayName = getServerLabel(server)}
- {@const faviconUrl = mcpStore.getServerFavicon(server.id)}
-
-
- {/each}
-
-
- {#snippet footer()}
-