fix: display MCP tag for prompts in autocomplete but not in prompt (#6531)
This commit is contained in:
parent
6e3ead198e
commit
5249f04ea0
5 changed files with 8 additions and 2 deletions
|
|
@ -1733,6 +1733,7 @@ export type Command = {
|
|||
description?: string
|
||||
agent?: string
|
||||
model?: string
|
||||
mcp?: boolean
|
||||
template: string
|
||||
subtask?: boolean
|
||||
hints: Array<string>
|
||||
|
|
|
|||
|
|
@ -8982,6 +8982,9 @@
|
|||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
"mcp": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"template": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue