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 } }