UNPKG

ntfy-me-mcp

Version:

An ntfy MCP server for sending ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)

8 lines (7 loc) • 182 B
import { z } from "zod"; export const viewActionSchema = z.object({ action: z.literal("view"), label: z.string(), url: z.string(), clear: z.boolean().optional(), });