feat: mcp prompts as slash commands (alternative) (#5767)

Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
Paolo Ricciuti
2025-12-31 00:51:25 -06:00
committed by GitHub
co-authored by Aiden Cline Aiden Cline
parent 977c9a3e2c
commit 57a2b5f444
4 changed files with 135 additions and 7 deletions
+1
View File
@@ -1731,6 +1731,7 @@ export type Command = {
model?: string
template: string
subtask?: boolean
hints: Array<string>
}
export type Model = {