chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"annotations": {
|
||||
"idempotentHint": false,
|
||||
"readOnlyHint": false,
|
||||
"title": "Mark all notifications as read"
|
||||
},
|
||||
"description": "Mark all notifications as read",
|
||||
"inputSchema": {
|
||||
"properties": {
|
||||
"lastReadAt": {
|
||||
"description": "Describes the last point that notifications were checked (optional). Default: Now",
|
||||
"type": "string"
|
||||
},
|
||||
"owner": {
|
||||
"description": "Optional repository owner. If provided with repo, only notifications for this repository are marked as read.",
|
||||
"type": "string"
|
||||
},
|
||||
"repo": {
|
||||
"description": "Optional repository name. If provided with owner, only notifications for this repository are marked as read.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"name": "mark_all_notifications_read"
|
||||
}
|
||||
Reference in New Issue
Block a user