Skip to content

Commit 7c664b3

Browse files
authored
fix: improved list features mcp description (#7522)
1 parent 072a0b0 commit 7c664b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/features/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def get_feature_by_uuid(request, uuid): # type: ignore[no-untyped-def]
137137
extensions={
138138
"x-gram": {
139139
"name": "list_project_features",
140-
"description": "Retrieves all feature flags within the specified project with pagination.",
140+
"description": "Lists a project's feature flags (paginated). Pass `environment=<id>` to also get each feature's live state for that environment in `environment_feature_state`, along with override counts. Works for both v1 and v2 versioned environments.",
141141
},
142142
},
143143
),

0 commit comments

Comments
 (0)