{ "name": "@ni-c/ntfy-mcp", "version": "0.3.0", "mcpName": "io.github.ni-c/ntfy-mcp", "description": "MCP server for ntfy: publish notifications, read cached messages, manage users and topic access", "keywords": [ "mcp", "model-context-protocol", "ntfy", "notifications", "push", "alerting" ], "license": "MIT", "author": "Willi Thiel", "repository": { "type": "git", "url": "git+https://github.com/ni-c/ntfy-mcp.git" }, "bugs": { "url": "https://github.com/ni-c/ntfy-mcp/issues" }, "homepage": "https://ntfy-mcp.ni-c.de", "funding": "https://github.com/sponsors/ni-c", "type": "module", "bin": { "ntfy-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "!dist/**/*.map" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=22" }, "scripts": { "build": "tsc", "typecheck": "tsc --project tsconfig.test.json", "watch": "tsc --watch", "lint": "oxlint --deny-warnings && prettier --check .", "format": "prettier --write .", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:integration": "vitest run --config vitest.integration.config.ts", "prepublishOnly": "npm run lint && npm run typecheck && npm run build && npm test", "assets": "svg-asset-set", "assets:check": "svg-asset-set --check" }, "dependencies": { "@modelcontextprotocol/server": "^2.0.0", "mcp-approval": "^0.8.2", "mcp-internal-hosts": "^0.2.1", "mcp-tool-allowlist": "^0.2.1", "undici": "^8.10.0", "zod": "^4.5.2" }, "devDependencies": { "@modelcontextprotocol/client": "^2.0.0", "@types/node": "^26.3.0", "@vitest/coverage-v8": "5.0.0", "fast-check": "^4.9.0", "mcp-integration-harness": "^0.4.0", "oxlint": "^1.80.0", "prettier": "^3.9.6", "svg-asset-set": "https://github.com/ni-c/svg-asset-set/releases/download/v0.3.0/svg-asset-set-0.3.0.tgz", "typescript": "^7.0.2", "vitest": "^5.0.0" } }