{ "name": "tactus-mcp", "version": "0.1.2", "mcpName": "io.github.ProjectAILiberation/tactus", "description": "A content-agnostic MCP server that exposes intimate hardware control to AI agents by wrapping Buttplug/Intiface.", "type": "module", "bin": { "tactus-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "CHANGELOG.md", "LICENSE" ], "engines": { "node": ">=20" }, "scripts": { "build": "rm -rf dist && tsc", "typecheck": "tsc --noEmit", "m0": "tsx src/m0-smoke.ts", "e2e": "tsx src/e2e-probe.ts", "test": "node --import tsx --test test/*.test.ts", "start": "node dist/index.js" }, "keywords": [ "mcp", "buttplug", "intiface", "haptics" ], "author": "ProjectAILiberation", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/ProjectAILiberation/tactus.git" }, "homepage": "https://github.com/ProjectAILiberation/tactus#readme", "bugs": { "url": "https://github.com/ProjectAILiberation/tactus/issues" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "buttplug": "^5.0.1", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^25.9.3", "tsx": "^4.22.4", "typescript": "^6.0.3" } }