miniflux-mcp
Version:
A read-only MCP server for the Miniflux RSS reader.
46 lines (45 loc) • 914 B
JSON
{
"name": "miniflux-mcp",
"version": "0.0.8",
"description": "A read-only MCP server for the Miniflux RSS reader.",
"type": "module",
"main": "dist/server.js",
"bin": {
"miniflux-mcp": "dist/server.js"
},
"scripts": {
"build": "tsc -p .",
"start": "node dist/server.js"
},
"files": [
"dist",
"README.md",
"openapi.yaml"
],
"repository": {
"type": "git",
"url": "https://github.com/tan-yong-sheng/miniflux-mcp.git"
},
"keywords": [
"miniflux",
"mcp",
"model-context-protocol",
"rss"
],
"author": "Your Name",
"license": "MIT",
"engines": {
"node": ">=18.17"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.13.2",
"dotenv": "^16.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.5.4"
}
}