File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -870,7 +870,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
870
870
- ` owner ` : Repository owner (username or organization) (string, required)
871
871
- ` path ` : Path where to create/update the file (string, required)
872
872
- ` repo ` : Repository name (string, required)
873
- - ` sha ` : SHA of file being replaced (for updates) (string, optional)
873
+ - ` sha ` : Required if you are updating an existing file. The blob SHA of the file being replaced. (string, optional)
874
874
875
875
- ** create_repository** - Create repository
876
876
- ` autoInit ` : Initialize with README (boolean, optional)
Original file line number Diff line number Diff line change 31
31
" type" : " string"
32
32
},
33
33
" sha" : {
34
- " description" : " SHA of file being replaced (for updates) " ,
34
+ " description" : " Required if you are updating an existing file. The blob SHA of the file being replaced. " ,
35
35
" type" : " string"
36
36
}
37
37
},
You can’t perform that action at this time.
0 commit comments