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
870870 - ` owner ` : Repository owner (username or organization) (string, required)
871871 - ` path ` : Path where to create/update the file (string, required)
872872 - ` 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)
874874
875875- ** create_repository** - Create repository
876876 - ` autoInit ` : Initialize with README (boolean, optional)
Original file line number Diff line number Diff line change 3131 " type" : " string"
3232 },
3333 " 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. " ,
3535 " type" : " string"
3636 }
3737 },
You can’t perform that action at this time.
0 commit comments