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',