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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -668,13 +668,13 @@ The following sets of tools are available (all are on by default):
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
670
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
671
-
-`projectNumber`: The project's number. (number, required)
671
+
-`project_number`: The project's number. (number, required)
672
672
673
673
-**list_project_fields** - List project fields
674
674
-`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)
675
675
-`owner_type`: Owner type (string, required)
676
676
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
677
-
-`projectNumber`: The project's number. (number, required)
677
+
-`project_number`: The project's number. (number, required)
678
678
679
679
-**list_projects** - List projects
680
680
-`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)
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