feat(core): expose mcp prompts as commands
This commit is contained in:
parent
4ef19f2e6a
commit
1245420e53
5 changed files with 43 additions and 0 deletions
|
|
@ -5166,6 +5166,7 @@ export type CommandV2Info = {
|
|||
description?: string
|
||||
agent?: string
|
||||
model?: ModelRef
|
||||
source?: "command" | "mcp" | "skill"
|
||||
subtask?: boolean
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue