{#if hasMcpServers} MCP Servers Toggle MCP servers for the current conversation
{#if filteredMcpServers.length === 0}

No servers found.

{/if} {#each filteredMcpServers as server (server.id)} {@const healthState = mcpStore.getHealthCheckState(server.id)} {@const hasError = healthState.status === HealthCheckStatus.ERROR} {@const isEnabledForChat = isServerEnabledForChat(server.id)} {/each}
{/if}