UNPKG

@microagents/server-hackernews

Version:

MCP server for Hacker News API integration

55 lines (54 loc) 1.19 kB
{ "name": "@microagents/server-hackernews", "version": "0.0.6", "description": "MCP server for Hacker News API integration", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-hackernews": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "watch": "tsc -w", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "contributors": [ "Abdul Rahman (https://github.com/devabdultech)", "MicroAgents Team (https://microagents.dev)" ], "license": "MIT", "dependencies": { "@microagents/common": "0.0.5", "@modelcontextprotocol/sdk": "^1.0.0", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^20.11.28", "@types/node-fetch": "^2.6.12", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "https://github.com/microagents/mcp-servers.git", "directory": "src/hackernews" }, "publishConfig": { "access": "public" }, "keywords": [ "mcp", "claude", "hackernews", "hn", "ai", "microagents" ], "engines": { "node": ">=20.0.0" } }