GitHub Enterprise MCP Server

by containerelic
Verified

get-repository

Access and manage repository details on GitHub Enterprise by specifying the owner and repository name through the MCP server integration.

Input Schema

NameRequiredDescriptionDefault
ownerYes저장소 소유자 (사용자 또는 조직)
repoYes저장소 이름

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "저장소 소유자 (사용자 또는 조직)", "type": "string" }, "repo": { "description": "저장소 이름", "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Enterprise MCP Server

Related Tools

ID: 27uwbz7hqw