UNPKG

reminder-mcp

Version:

A mcp server for scheduling and triggering reminders

6 lines (5 loc) 221 B
export var NotificationPlatform; (function (NotificationPlatform) { NotificationPlatform["SLACK"] = "slack"; NotificationPlatform["TELEGRAM"] = "telegram"; })(NotificationPlatform || (NotificationPlatform = {}));