Skip to content

Commit 266677d

Browse files
committed
docs: add list_branches tool documentation to README
1 parent 3e52cc6 commit 266677d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,13 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description
311311
- `branch`: Branch name (string, optional)
312312
- `sha`: File SHA if updating (string, optional)
313313

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+
314321
- **push_files** - Push multiple files in a single commit
315322

316323
- `owner`: Repository owner (string, required)

0 commit comments

Comments
 (0)