chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"annotations": {
|
||||
"destructiveHint": true,
|
||||
"idempotentHint": false,
|
||||
"readOnlyHint": false,
|
||||
"title": "Delete file"
|
||||
},
|
||||
"description": "Delete a file from a GitHub repository",
|
||||
"inputSchema": {
|
||||
"properties": {
|
||||
"branch": {
|
||||
"description": "Branch to delete the file from",
|
||||
"type": "string"
|
||||
},
|
||||
"message": {
|
||||
"description": "Commit message",
|
||||
"type": "string"
|
||||
},
|
||||
"owner": {
|
||||
"description": "Repository owner (username or organization)",
|
||||
"type": "string"
|
||||
},
|
||||
"path": {
|
||||
"description": "Path to the file to delete",
|
||||
"type": "string"
|
||||
},
|
||||
"repo": {
|
||||
"description": "Repository name",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"owner",
|
||||
"repo",
|
||||
"path",
|
||||
"message",
|
||||
"branch"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"name": "delete_file"
|
||||
}
|
||||
Reference in New Issue
Block a user