UNPKG

ntfy-mcp-server

Version:

An MCP (Model Context Protocol) server designed to interact with the ntfy push notification service. It enables LLMs and AI agents to send notifications to your devices with extensive customization options.

3 lines (2 loc) 131 B
import { NtfyResourceResponse } from './types.js'; export declare const getNtfyTopic: (uri: URL) => Promise<NtfyResourceResponse>;