GitHub Enterprise MCP Server

by containerelic
Verified

list-branches

Retrieve branch information from GitHub Enterprise repositories, including branch names, protection status, and paginated results, for streamlined repository management.

Input Schema

NameRequiredDescriptionDefault
ownerYes저장소 소유자 (사용자 또는 조직)
pageNo페이지 번호
perPageNo페이지당 항목 수
protected_onlyNo보호된 브랜치만 표시할지 여부
repoYes저장소 이름

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "저장소 소유자 (사용자 또는 조직)", "type": "string" }, "page": { "default": 1, "description": "페이지 번호", "type": "number" }, "perPage": { "default": 30, "description": "페이지당 항목 수", "type": "number" }, "protected_only": { "default": false, "description": "보호된 브랜치만 표시할지 여부", "type": "boolean" }, "repo": { "description": "저장소 이름", "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Enterprise MCP Server

Related Tools

ID: 27uwbz7hqw