GitHub Projects MCP Server

unmark-project-as-template

Unmark a GitHub Project as a template

Input Schema

NameRequiredDescriptionDefault
projectIdYesGitHub Project ID to unmark as template

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "GitHub Project ID to unmark as template", "type": "string" } }, "required": [ "projectId" ], "type": "object" }