Commit Graph

2 Commits

Author SHA1 Message Date
6ad340ff88 chore(ci): add Gitea Actions deploy workflow
All checks were successful
Deploy to Docker / deploy (push) Successful in 17s
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>
2026-03-07 19:38:56 +00:00
146c75b243 feat: initial Minecraft Bedrock AI Bridge MCP server
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>
2026-03-07 16:24:05 +00:00