GitHub Enterprise MCP Server

by containerelic
Verified

update-repository

Modify repository settings such as privacy, default branch, descriptions, and enabled features (issues, projects, wiki) in GitHub Enterprise via the MCP server.

Input Schema

NameRequiredDescriptionDefault
archivedNoArchive/unarchive repository
default_branchNoChange default branch
descriptionNoNew description
has_issuesNoEnable/disable issues
has_projectsNoEnable/disable projects
has_wikiNoEnable/disable wiki
ownerYesRepository owner
privateNoChange privacy setting
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "archived": { "description": "Archive/unarchive repository", "type": "boolean" }, "default_branch": { "description": "Change default branch", "type": "string" }, "description": { "description": "New description", "type": "string" }, "has_issues": { "description": "Enable/disable issues", "type": "boolean" }, "has_projects": { "description": "Enable/disable projects", "type": "boolean" }, "has_wiki": { "description": "Enable/disable wiki", "type": "boolean" }, "owner": { "description": "Repository owner", "minLength": 1, "type": "string" }, "private": { "description": "Change privacy setting", "type": "boolean" }, "repo": { "description": "Repository name", "minLength": 1, "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Enterprise MCP Server

Related Tools

ID: 27uwbz7hqw