You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -840,7 +840,7 @@ Options are:
840
840
-**list_project_items** - List project items
841
841
-`after`: Forward pagination cursor from previous pageInfo.nextCursor. (string, optional)
842
842
-`before`: Backward pagination cursor from previous pageInfo.prevCursor (rare). (string, optional)
843
-
-`fields`: Field IDs to include (e.g. ["102589", "985201"]). CRITICAL: Always provide to get field values. Without this, only titles returned. Get IDs from list_project_fields first. (string[], optional)
843
+
-`fields`: Field IDs to include (e.g. ["102589", "985201"]). CRITICAL: Always provide to get field values. Without this, only titles returned. (string[], optional)
844
844
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
845
845
-`owner_type`: Owner type (string, required)
846
846
-`per_page`: Results per page (max 50) (number, optional)
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/list_project_items.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
"type": "string"
16
16
},
17
17
"fields": {
18
-
"description": "Field IDs to include (e.g. [\"102589\", \"985201\"]). CRITICAL: Always provide to get field values. Without this, only titles returned. Get IDs from list_project_fields first.",
18
+
"description": "Field IDs to include (e.g. [\"102589\", \"985201\"]). CRITICAL: Always provide to get field values. Without this, only titles returned.",
@@ -401,7 +412,7 @@ func ListProjectItems(getClient GetClientFn, t translations.TranslationHelperFun
401
412
mcp.Description("Backward pagination cursor from previous pageInfo.prevCursor (rare)."),
402
413
),
403
414
mcp.WithArray("fields",
404
-
mcp.Description("Field IDs to include (e.g. [\"102589\", \"985201\"]). CRITICAL: Always provide to get field values. Without this, only titles returned. Get IDs from list_project_fields first."),
415
+
mcp.Description("Field IDs to include (e.g. [\"102589\", \"985201\"]). CRITICAL: Always provide to get field values. Without this, only titles returned."),
0 commit comments