From 4173241030e1ce8a92da2359a5f0b5b0d4e7c043 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 21:50:58 +0000 Subject: [PATCH 1/2] Initial plan From 530301f3f5b5efa630f196def48dd0a6de398dd4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 21:53:09 +0000 Subject: [PATCH 2/2] fix(lint): remove trailing space in McpServerGrid.vue Co-authored-by: TechWatching <15186176+TechWatching@users.noreply.github.com> --- app/components/content/McpServerGrid.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/content/McpServerGrid.vue b/app/components/content/McpServerGrid.vue index dfb6ea9..031002b 100644 --- a/app/components/content/McpServerGrid.vue +++ b/app/components/content/McpServerGrid.vue @@ -102,7 +102,7 @@ function isHighlighted(category: string) { !isHighlighted(server.category) && 'opacity-25 grayscale scale-95' ]" :style="{ - boxShadow: isHighlighted(server.category) + boxShadow: isHighlighted(server.category) ? `inset 0 0 0 2px ${getCategoryInfo(server.category).color}, 0 0 20px color-mix(in srgb, ${getCategoryInfo(server.category).color} 25%, transparent)` : 'none' }"