package.json•626 B
{
"name": "kweenkl-mcp-server",
"version": "1.0.0",
"description": "MCP server for kweenkl - allows AI assistants to send notifications",
"type": "module",
"main": "index.js",
"bin": {
"kweenkl-mcp": "./index.js"
},
"scripts": {
"start": "node index.js",
"test": "node tests/test-kweenkl.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"kweenkl",
"notifications",
"ai",
"claude",
"push-notifications"
],
"author": "kweenkl",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0"
},
"engines": {
"node": ">=18.0.0"
}
}