21 lines
516 B
JSON
21 lines
516 B
JSON
|
|
{
|
||
|
|
"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",
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|