delete_project
Remove a GitHub project by specifying its project ID using the 'delete_project' tool on the mcp-github-project-manager server, ensuring clean project management.
Instructions
Delete a GitHub project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}