Add toggle to enable or disable MCP servers on the system prompt

This commit is contained in:
Daniel Riccio
2025-01-02 18:54:24 -05:00
committed by Matt Rubens
parent 657e2377dd
commit ed358b4e07
8 changed files with 51 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ export interface WebviewMessage {
| "draggedImages"
| "deleteMessage"
| "terminalOutputLineLimit"
| "mcpEnabled"
text?: string
disabled?: boolean
askResponse?: ClineAskResponse