feat(ui): improve discoverability of MCP slash commands (#6080)

Co-authored-by: Rinil Kunhiraman <rinilkunhiraman@users.noreply.github.com>
Co-authored-by: Allen Hutchison <adh@google.com>
This commit is contained in:
Rinil Kunhiraman
2025-09-05 20:15:40 -07:00
committed by GitHub
parent a027010097
commit d2b5b4f129
4 changed files with 231 additions and 509 deletions
@@ -267,6 +267,7 @@ function useCommandSuggestions(
label: cmd.name,
value: cmd.name,
description: cmd.description,
commandKind: cmd.kind,
}));
setSuggestions(finalSuggestions);