#!/usr/bin/env node /** * @fileoverview ntfy-mcp-server entry point. Registers the four ntfy tools * and the topic-snapshot resource, and initializes the `EmojiTagService` and * `NtfyService` inside `setup()` so the framework's startup banner reports * a clean state. * @module index */ export {}; //# sourceMappingURL=index.d.ts.map