{ "name": "@afferens/mcp-server", "version": "0.2.0", "description": "MCP server for Afferens - real-time physical perception for AI agents over stdio and streamable HTTP", "homepage": "https://afferens.com", "repository": { "type": "git", "url": "https://github.com/afferens/afferens-mcp.git" }, "license": "MIT", "type": "module", "bin": { "afferens-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "prepare": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2" }, "devDependencies": { "@types/node": "^25.6.0", "typescript": "^5.4.5" }, "engines": { "node": ">=18" }, "keywords": [ "mcp", "afferens", "ai-agents", "perception", "sensors", "physical-ai", "vision", "spatial", "acoustic" ] }