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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1205,6 +1205,17 @@ The following sets of tools are available:
1205
1205
-`repo`: Repository name (string, required)
1206
1206
-`sha`: Commit SHA, branch name, or tag name (string, required)
1207
1207
1208
+
-**get_file_blame** - Get file blame information
1209
+
-**Required OAuth Scopes**: `repo`
1210
+
-`end_line`: Optional 1-based ending line of the window of interest. Must be >= start_line when both are provided. (number, optional)
1211
+
-`owner`: Repository owner (username or organization) (string, required)
1212
+
-`page`: Page number for pagination (min 1) (number, optional)
1213
+
-`path`: Path to the file in the repository, relative to the repository root (string, required)
1214
+
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
1215
+
-`ref`: Git reference (branch, tag, or commit SHA). Defaults to the repository's default branch (HEAD). (string, optional)
1216
+
-`repo`: Repository name (string, required)
1217
+
-`start_line`: Optional 1-based starting line of the window of interest. Only ranges overlapping [start_line, end_line] are returned, clamped to the window. (number, optional)
1218
+
1208
1219
-**get_file_contents** - Get file or directory contents
1209
1220
-**Required OAuth Scopes**: `repo`
1210
1221
-`owner`: Repository owner (username or organization) (string, required)
0 commit comments