From b6f1c00bd557129a0fffb7eac458fccbdd85e9b3 Mon Sep 17 00:00:00 2001 From: wadii Date: Fri, 15 May 2026 10:56:13 +0200 Subject: [PATCH] fix: improved list features mcp description --- api/features/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/features/views.py b/api/features/views.py index 911468f42a1f..8afd5bc69959 100644 --- a/api/features/views.py +++ b/api/features/views.py @@ -137,7 +137,7 @@ def get_feature_by_uuid(request, uuid): # type: ignore[no-untyped-def] extensions={ "x-gram": { "name": "list_project_features", - "description": "Retrieves all feature flags within the specified project with pagination.", + "description": "Lists a project's feature flags (paginated). Pass `environment=` 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.", }, }, ),