The external myRenderObject script is loaded dynamically, not via a
static <script> tag. Add fallback patterns to extract model_id or
product_id from the page HTML and construct the JS URL from that.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
GrabCraft moved myRenderObject data from inline scripts to external JS
files (/js/RenderObject/myRenderObject_XXXX.js). This adds extraction of
the external script URL, fetching and parsing the nested JSON object, with
fallback to the original inline extraction for legacy pages.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploys to 10.0.0.247 via SSH on push to main.
Clones on first run, pulls on subsequent. Builds Docker
image and runs docker compose up.
Co-Authored-By: Claude Opus 4.6 <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>