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
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -707,13 +707,6 @@ The following sets of tools are available (all are on by default):
707
707
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
708
708
-`query`: Filter projects by a search query (matches title and description) (string, optional)
709
709
710
-
-**update_project_item** - Update project item
711
-
-`fields`: A list of field updates to apply. (array, required)
712
-
-`item_id`: The numeric ID of the project item to update (not the issue or pull request ID). (number, required)
713
-
-`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)
714
-
-`owner_type`: Owner type (string, required)
715
-
-`project_number`: The project's number. (number, required)
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