chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"annotations": {
|
||||
"idempotentHint": false,
|
||||
"readOnlyHint": false,
|
||||
"title": "Dismiss notification"
|
||||
},
|
||||
"description": "Dismiss a notification by marking it as read or done",
|
||||
"inputSchema": {
|
||||
"properties": {
|
||||
"state": {
|
||||
"description": "The new state of the notification (read/done)",
|
||||
"enum": [
|
||||
"read",
|
||||
"done"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"threadID": {
|
||||
"description": "The ID of the notification thread",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"threadID",
|
||||
"state"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"name": "dismiss_notification"
|
||||
}
|
||||
Reference in New Issue
Block a user