Files
hpr-knowledge-base/package.json

26 lines
670 B
JSON
Raw Normal View History

{
"name": "hpr-knowledge-base-mcp",
"version": "1.0.0",
"description": "MCP server for Hacker Public Radio knowledge base",
"type": "module",
"main": "index.js",
"bin": {
"hpr-mcp": "./index.js"
},
"scripts": {
"start": "node index.js",
"start:http": "node server-http.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["mcp", "hacker-public-radio", "hpr", "podcast", "knowledge-base"],
"author": "",
"license": "CC-BY-SA",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.2",
"express": "^4.18.2",
"cors": "^2.8.5",
"compression": "^1.7.4",
"express-rate-limit": "^7.1.5"
}
}