configure-notifications
Enable or disable alerts for new server detection and available updates within the MCP Environment & Installation Manager to streamline server management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
onNewServerDetected | No | Notify when new servers are detected | |
onUpdateAvailable | No | Notify when updates are available |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"onNewServerDetected": {
"description": "Notify when new servers are detected",
"type": "boolean"
},
"onUpdateAvailable": {
"description": "Notify when updates are available",
"type": "boolean"
}
},
"type": "object"
}