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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -665,6 +665,12 @@ The following sets of tools are available (all are on by default):
665
665
-`owner_type`: Owner type (string, required)
666
666
-`project_number`: The project's number. (number, required)
667
667
668
+
-**delete_project_item** - Delete project item
669
+
-`item_id`: The numeric ID of the issue or pull request to delete from the project. (number, required)
670
+
-`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)
671
+
-`owner_type`: Owner type (string, required)
672
+
-`project_number`: The project's number. (number, required)
673
+
668
674
-**get_project** - Get project
669
675
-`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)
670
676
-`owner_type`: Owner type (string, required)
@@ -701,6 +707,13 @@ The following sets of tools are available (all are on by default):
701
707
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
702
708
-`query`: Filter projects by a search query (matches title and description) (string, optional)
703
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 issue or pull request to update in the project. (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.")),
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