{ "name": "@helloaigent-dev/publisher", "version": "0.1.1", "mcpName": "io.github.helloaigent-dev/helloaigent-publisher", "description": "Hello Aigent publisher MCP — an MCP server that lets an agent run a publisher's feed: create feeds, publish signed updates, and read analytics (subscribers, funnel, event log).", "license": "MIT", "type": "module", "bin": { "helloaigent-publisher": "dist/index.js" }, "files": ["dist"], "engines": { "node": ">=20" }, "homepage": "https://helloaigent.dev", "repository": { "type": "git", "url": "git+https://github.com/helloaigent-dev/helloaigent-publisher.git" }, "bugs": { "url": "https://github.com/helloaigent-dev/helloaigent-publisher/issues" }, "keywords": [ "hello-aigent", "mcp", "mcp-server", "agent", "publisher", "feed", "analytics", "agentic-web" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc -p tsconfig.json", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.3" } }