GitHub Enterprise MCP Server

by containerelic
Verified

get-content

Retrieve file or directory content from GitHub Enterprise repositories by specifying owner, repo, path, and optional ref. Integrates with GitHub Enterprise MCP Server for streamlined repository access.

Input Schema

NameRequiredDescriptionDefault
ownerYes저장소 소유자 (사용자 또는 조직)
pathYes파일 또는 디렉토리 경로
refNo브랜치 또는 커밋 해시 (기본값: 기본 브랜치)
repoYes저장소 이름

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "저장소 소유자 (사용자 또는 조직)", "type": "string" }, "path": { "description": "파일 또는 디렉토리 경로", "type": "string" }, "ref": { "description": "브랜치 또는 커밋 해시 (기본값: 기본 브랜치)", "type": "string" }, "repo": { "description": "저장소 이름", "type": "string" } }, "required": [ "owner", "repo", "path" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Enterprise MCP Server

Related Tools

ID: 27uwbz7hqw