@blocktopus/mcp-server-alert
Version:
MCP server for generating alerts, sounds, and audio notifications
63 lines (62 loc) • 1.37 kB
JSON
{
"name": "@blocktopus/mcp-server-alert",
"version": "1.1.2",
"description": "MCP server for generating alerts, sounds, and audio notifications",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-server-alert": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts",
"test": "jest",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"mcp",
"model-context-protocol",
"sound",
"audio",
"alert",
"notification",
"tone",
"synth"
],
"author": "Blocktopus",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BlocktopusLtd/mcp-server-alert.git"
},
"bugs": {
"url": "https://github.com/BlocktopusLtd/mcp-server-alert/issues"
},
"homepage": "https://github.com/BlocktopusLtd/mcp-server-alert#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"tone": "^15.1.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0",
"jest": "^29.0.0",
"@types/jest": "^29.0.0",
"ts-jest": "^29.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}