{ "name": "classic-mac-mcp", "version": "1.0.2", "description": "MCP server for controlling Classic Mac OS targets (emulated and real hardware)", "author": "Falling Data Zone LLC", "license": "GPL-3.0", "type": "module", "main": "dist/server.js", "bin": { "classic-mac-mcp": "dist/server.js" }, "files": [ "dist", "config", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/SeanFDZ/agentbridge.git" }, "homepage": "https://apps.fallingdata.zone/agentbridge/", "mcpName": "io.github.SeanFDZ/agentbridge", "keywords": [ "mcp", "classic-mac", "retro-computing", "macos", "system7", "68k", "powerpc", "ai-agent" ], "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "tsx src/server.ts", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" }, "engines": { "node": ">=20.0.0" } }