We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e52cc6 commit 266677dCopy full SHA for 266677d
1 file changed
README.md
@@ -311,6 +311,13 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
311
- `branch`: Branch name (string, optional)
312
- `sha`: File SHA if updating (string, optional)
313
314
+- **list_branches** - List branches in a GitHub repository
315
+
316
+ - `owner`: Repository owner (string, required)
317
+ - `repo`: Repository name (string, required)
318
+ - `page`: Page number (number, optional)
319
+ - `perPage`: Results per page (number, optional)
320
321
- **push_files** - Push multiple files in a single commit
322
323
- `owner`: Repository owner (string, required)
0 commit comments