Add restart capability to servers

This commit is contained in:
Saoud Rizwan
2024-12-07 22:11:22 -08:00
parent ede6a40405
commit 6c5db4135e
7 changed files with 45 additions and 23 deletions

View File

@@ -24,7 +24,7 @@ export interface WebviewMessage {
| "cancelTask"
| "refreshOpenRouterModels"
| "openMcpSettings"
| "retryMcpServer"
| "restartMcpServer"
text?: string
askResponse?: ClineAskResponse
apiConfiguration?: ApiConfiguration