list-repositories
Retrieve and filter GitHub Enterprise repositories by owner, type, and sort criteria using the GitHub Enterprise MCP Server. Manage repository data efficiently for users or organizations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
isOrg | No | 조직인지 여부 (true: 조직, false: 사용자) | |
owner | Yes | 사용자 또는 조직 이름 | |
page | No | 페이지 번호 | |
perPage | No | 페이지당 항목 수 | |
sort | No | 정렬 기준 | full_name |
type | No | 저장소 유형 필터 | all |