From 9fc7a16180262c6cfdf7fe1de3f06c77de307d5d Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Tue, 16 Sep 2025 14:35:30 -0400 Subject: [PATCH] docs: update delete_variable MCP tool description --- src/mcp/tools/variableTools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcp/tools/variableTools.ts b/src/mcp/tools/variableTools.ts index 0cb6f47d..036c1b38 100644 --- a/src/mcp/tools/variableTools.ts +++ b/src/mcp/tools/variableTools.ts @@ -180,7 +180,7 @@ export function registerVariableTools( 'delete_variable', { description: [ - 'Delete a variable.', + 'Delete a variable. Variable must be removed from its associated _feature before it can be deleted.', '⚠️ CRITICAL: Deleting a variable will remove it from ALL environments including production.', 'ALWAYS confirm with the user before deleting any variable.', 'Include dashboard link in the response.',