plum-control-mcp/package.json
Natalie 845f67d34a feat(@applications/plum-control-mcp): add blacktv remote control for black's HDMI TV
- black_* MCP tools drive mpv-on-DRM on black over SSH (mirrors transmission_*)
- black-tv.sh owns one mpv + IPC socket; display bring-up via nouveau atomic KMS
- boot-persistence systemd unit + nouveau atomic=1 modprobe.d
- README documents the black_* control surface

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-07 18:25:58 -07:00

22 lines
584 B
JSON

{
"name": "@lilith/plum-control-mcp",
"version": "0.1.0",
"private": true,
"description": "MCP server for controlling VLC + listing displays on plum (the MacBook). Backs onto VLC's HTTP/Lua interface for real seek/scrub control.",
"type": "module",
"main": "./src/index.ts",
"bin": {
"plum-control-mcp": "./src/index.ts"
},
"scripts": {
"start": "bun run src/index.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.26.0"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.4.0"
}
}