{ "name": "mcp-divoom-lan", "version": "0.1.7", "mcpName": "io.github.DivoomDevelop/mcp-divoom-lan", "description": "MCP server for Divoom LAN watchface customization", "repository": { "type": "git", "url": "git+https://github.com/DivoomDevelop/mcp-divoom-lan.git" }, "bugs": { "url": "https://github.com/DivoomDevelop/mcp-divoom-lan/issues" }, "homepage": "https://github.com/DivoomDevelop/mcp-divoom-lan#readme", "type": "module", "main": "dist/index.js", "bin": { "mcp-divoom-lan": "dist/index.js" }, "scripts": { "build": "tsc -p tsconfig.json && node scripts/prepend-shebang.mjs", "dev": "tsc -p tsconfig.json --watch", "start": "node dist/index.js", "check": "tsc -p tsconfig.json --noEmit", "sync:editor": "node scripts/sync-editor-ai-bundle.mjs", "build:font-catalog": "node scripts/build-font-catalog.mjs", "build:templates": "node scripts/build-templates-and-typography.mjs", "release:check": "npm run check && npm run build && npm pack --dry-run", "prepack": "npm run build", "mcpb:staging": "node scripts/build-mcpb.mjs", "mcpb:validate": "npx --yes @anthropic-ai/mcpb validate mcpb/staging", "mcpb:pack": "npm run build && npm run mcpb:staging && npm run mcpb:validate && npx --yes @anthropic-ai/mcpb pack mcpb/staging mcp-divoom-lan.mcpb" }, "files": [ "dist", "README.md", "docs", "resources", "client-config.example.json", "LICENSE" ], "keywords": [ "mcp", "divoom", "watchface", "lan", "model-context-protocol" ], "author": "Divoom Developers", "license": "MIT", "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0" }, "devDependencies": { "@types/node": "^24.3.0", "typescript": "^5.9.2" } }