MCP Environment & Installation Manager

by devlimelabs

configure-notifications

Customize notification settings on the MCP server to receive alerts for new server detections and available updates.

Input Schema

NameRequiredDescriptionDefault
onNewServerDetectedNoNotify when new servers are detected
onUpdateAvailableNoNotify 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" }
ID: kykgc78z0v