fix: display MCP tag for prompts in autocomplete but not in prompt (#6531)

This commit is contained in:
Paolo Ricciuti
2025-12-31 16:34:36 +01:00
committed by GitHub
parent 022c933076
commit fde0908405
5 changed files with 8 additions and 2 deletions
+1
View File
@@ -1733,6 +1733,7 @@ export type Command = {
description?: string
agent?: string
model?: string
mcp?: boolean
template: string
subtask?: boolean
hints: Array<string>