From c56843ffb3ca72574b12bbdea23e769d8fe6b2a6 Mon Sep 17 00:00:00 2001 From: Cobi Date: Thu, 7 Aug 2025 22:08:59 -0400 Subject: [PATCH] Update create_feature Making sure create feature names all targeting rules it creates --- src/mcp/tools/featureTools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcp/tools/featureTools.ts b/src/mcp/tools/featureTools.ts index 804c35a0c..87cf52e1a 100644 --- a/src/mcp/tools/featureTools.ts +++ b/src/mcp/tools/featureTools.ts @@ -485,7 +485,7 @@ export function registerFeatureTools( 'If a user is creating a feature, you should follow these steps and ask users for input on these steps:', '1. create a variable and associate it with this feature. (default to creating a "boolean" variable with the same key as the feature)', '2. create variations for the feature. (default to creating an "on" and "off" variation)', - '3. set and enable initial targeting for at least the development environment. (default to all users with variation "on")', + '3. set and enable initial targeting for at least the development environment. (default to all users with variation "on", unless otherwise specified). Make sure to name any rules created.', ].join('\n'), annotations: { title: 'Create Feature Flag',