From 73d6e1495d1e0c4fc02f050232ebd554e81c9255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=A0=D0=BE=D0=B4=D0=B8=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Tue, 13 May 2025 16:39:47 +0300 Subject: [PATCH] fix error message --- src/services/mcp/McpHub.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/mcp/McpHub.ts b/src/services/mcp/McpHub.ts index 4e05a4213b..33b185df73 100644 --- a/src/services/mcp/McpHub.ts +++ b/src/services/mcp/McpHub.ts @@ -1625,7 +1625,7 @@ export class McpHub { await this.notifyWebviewOfServerChanges() } } catch (error) { - this.showErrorMessage(`Failed to update always allow settings for tool ${toolName}`, error) + this.showErrorMessage(`Failed to update disabledForPromptTool ssettings for tool ${toolName}`, error) throw error // Re-throw to ensure the error is properly handled } }