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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -881,6 +881,13 @@ The following sets of tools are available (all are on by default):
881
881
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
882
882
-`repo`: Repository name (string, required)
883
883
884
+
-**list_starred_repositories** - List starred repositories
885
+
-`direction`: The direction to sort the results by. (string, optional)
886
+
-`page`: Page number for pagination (min 1) (number, optional)
887
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
888
+
-`sort`: How to sort the results. Can be either 'created' (when the repository was starred) or 'updated' (when the repository was last pushed to). (string, optional)
889
+
-`username`: Username to list starred repositories for. If not provided, lists starred repositories for the authenticated user. (string, optional)
890
+
884
891
-**push_files** - Push files to repository
885
892
-`branch`: Branch to push to (string, required)
886
893
-`files`: Array of file objects to push, each object with path (string) and content (string) (object[], required)
@@ -901,6 +908,14 @@ The following sets of tools are available (all are on by default):
901
908
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
0 commit comments