tv-anarchy/mcp/package.json

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"
}
}