feat(core): register mcp prompt commands
This commit is contained in:
parent
7d4965cb29
commit
1c5dda1bc6
7 changed files with 81 additions and 0 deletions
|
|
@ -2564,6 +2564,7 @@ export type CommandsListOutput = {
|
|||
readonly description?: string
|
||||
readonly agent?: string
|
||||
readonly model?: { readonly id: string; readonly providerID: string; readonly variant?: string }
|
||||
readonly source?: "command" | "mcp" | "skill"
|
||||
readonly subtask?: boolean
|
||||
}>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue