Some checks failed
Deploy to Docker / deploy (push) Failing after 33s
Switch Docker base image from node:22-alpine to Playwright Noble for in-container Chromium support. Add persistent cache volume for schematics. New files: schematics browser, cache, Java block ID mapping. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
25 lines
609 B
JSON
25 lines
609 B
JSON
{
|
|
"name": "mc-ai-bridge",
|
|
"version": "1.0.0",
|
|
"description": "MCP server bridging Minecraft Bedrock Edition to Claude Code via WebSocket",
|
|
"type": "module",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "node --watch src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
"express": "^4.21.2",
|
|
"minecraft-data": "^3.105.0",
|
|
"playwright": "^1.58.2",
|
|
"prismarine-schematic": "^1.2.3",
|
|
"ws": "^8.18.0",
|
|
"zod": "^3.25.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"private": true
|
|
}
|