The Playwright Docker image v1.58.2-noble doesn't exist on MCR, breaking
the CI build. Switch to node:20-slim and install Playwright chromium at
build time for resilience against future version mismatches.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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>
MCP server that bridges Minecraft Bedrock Edition's WebSocket API
to Claude Code CLI. Exposes 6 tools: minecraft_command, minecraft_chat,
minecraft_build, minecraft_get_events, minecraft_get_status, minecraft_subscribe.
Supports both SSE and Streamable HTTP MCP transports.
Privacy-first: no disk persistence, no telemetry, memory-only event buffer.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>