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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -888,6 +888,10 @@ The following sets of tools are available (all are on by default):
888
888
-`repo`: Repository name (string, required)
889
889
-`sha`: Accepts optional commit SHA. If specified, it will be used instead of ref (string, optional)
890
890
891
+
-**get_latest_release** - Get latest release
892
+
-`owner`: Repository owner (string, required)
893
+
-`repo`: Repository name (string, required)
894
+
891
895
-**get_tag** - Get tag details
892
896
-`owner`: Repository owner (string, required)
893
897
-`repo`: Repository name (string, required)
@@ -907,6 +911,12 @@ The following sets of tools are available (all are on by default):
907
911
-`repo`: Repository name (string, required)
908
912
-`sha`: Commit SHA, branch or tag name to list commits of. If not provided, uses the default branch of the repository. If a commit SHA is provided, will list commits up to that SHA. (string, optional)
909
913
914
+
-**list_releases** - List releases
915
+
-`owner`: Repository owner (string, required)
916
+
-`page`: Page number for pagination (min 1) (number, optional)
917
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
918
+
-`repo`: Repository name (string, required)
919
+
910
920
-**list_tags** - List tags
911
921
-`owner`: Repository owner (string, required)
912
922
-`page`: Page number for pagination (min 1) (number, optional)
0 commit comments