chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"annotations": {
|
||||
"idempotentHint": false,
|
||||
"readOnlyHint": false,
|
||||
"title": "Update Gist"
|
||||
},
|
||||
"description": "Update an existing gist",
|
||||
"inputSchema": {
|
||||
"properties": {
|
||||
"content": {
|
||||
"description": "Content for the file",
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"description": "Updated description of the gist",
|
||||
"type": "string"
|
||||
},
|
||||
"filename": {
|
||||
"description": "Filename to update or create",
|
||||
"type": "string"
|
||||
},
|
||||
"gist_id": {
|
||||
"description": "ID of the gist to update",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"gist_id",
|
||||
"filename",
|
||||
"content"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"name": "update_gist"
|
||||
}
|
||||
Reference in New Issue
Block a user