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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -667,7 +667,6 @@ The following sets of tools are available (all are on by default):
667
667
-`field_id`: The field's id. (number, required)
668
668
-`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)
669
669
-`owner_type`: Owner type (string, required)
670
-
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
671
670
-`project_number`: The project's number. (number, required)
Copy file name to clipboardExpand all lines: pkg/github/projects.go
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,6 @@ func GetProjectField(getClient GetClientFn, t translations.TranslationHelperFunc
255
255
mcp.WithString("owner", mcp.Required(), mcp.Description("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.")),
0 commit comments