From 35c676188bb93f6d7566a651a9a949a2f7b0c0c8 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 7 Oct 2025 11:43:24 +0200 Subject: [PATCH] feat(ui): display in index when a model supports MCP (#6406) Display in index when a model supports MCP Signed-off-by: Ettore Di Giacinto --- core/http/views/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/http/views/index.html b/core/http/views/index.html index 4c429f7b6..4c5b0c6c8 100644 --- a/core/http/views/index.html +++ b/core/http/views/index.html @@ -166,6 +166,12 @@ Auto {{ end }} + + {{ if and $backendCfg (or (ne $backendCfg.MCP.Servers "") (ne $backendCfg.MCP.Stdio "")) }} + + MCP + + {{ end }} {{ if index $loadedModels .Name }}