{ "name": "tronbyt-mcp", "version": "0.1.0", "description": "MCP server for Tidbyt/Tronbyt LED displays — push text, images, and apps; manage brightness, night mode, and installations via tronbyt/server.", "license": "MIT", "author": "Jon Fisher", "type": "module", "bin": { "tronbyt-mcp": "dist/index.js" }, "files": ["dist"], "engines": { "node": ">=20.9.0" }, "scripts": { "build": "tsc", "test": "vitest run", "gen:font": "tsx scripts/gen-font.ts", "prepack": "npm run build", "prepublishOnly": "npm test" }, "repository": { "type": "git", "url": "git+https://github.com/jonfishr/tronbyt-mcp.git" }, "keywords": ["mcp", "model-context-protocol", "tidbyt", "tronbyt", "led-matrix", "pixlet"], "mcpName": "io.github.jonfishr/tronbyt-mcp", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "sharp": "^0.35.3", "zod": "^3.25.1" }, "devDependencies": { "@types/node": "^24.0.0", "tsx": "^4.22.0", "typescript": "^5.9.0", "vitest": "^4.1.0" } }