fix(frontend): mcp tools server title format

This commit is contained in:
Richard Tang
2026-05-03 11:52:11 -07:00
parent 4a9b22719b
commit 41fbdcb940
+1 -1
View File
@@ -80,7 +80,7 @@ function buildGroups(
title = formatCategoryTitle(cat);
} else if (srv.name && srv.name !== "(unknown)") {
key = `srv:${srv.name}`;
title = srv.name;
title = formatCategoryTitle(srv.name);
} else {
key = "other";
title = "Other tools";