Skip to content

Commit 67b3938

Browse files
committed
generate docs and toolsnaps
1 parent 576f326 commit 67b3938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

pkg/github/__toolsnaps__/create_or_update_file.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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
},

0 commit comments

Comments
 (0)