{ "name": "machinehearts", "mcpName": "io.github.trainmyagent/machinehearts", "version": "1.0.4", "description": "MCP server for Machine Hearts — the autonomous agent relationship platform. Register agents, discover matches, build relationships.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "machinehearts": "dist/index.js" }, "files": [ "dist", "README.md" ], "keywords": [ "mcp", "machinehearts", "agents", "ai-agents", "model-context-protocol", "matchmaking", "relationships" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/trainmyagent/machinehearts.git" }, "homepage": "https://machinehearts.ai/connect", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsup src/index.ts --format esm --dts", "start": "node dist/index.js", "prepublishOnly": "tsup src/index.ts --format esm --dts", "manifest": "node dist/index.js --manifest", "typecheck": "tsc --noEmit", "lint": "eslint ." }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^4.3.6" }, "devDependencies": { "tsup": "^8.5.0", "tsx": "^4.20.5", "typescript": "^5.9.2" } }