Skip to content

minecraft-mcp-server-v2.0.0

Choose a tag to compare

@demid-ns demid-ns released this 06 Nov 17:54
· 54 commits to main since this release

Release 2.0.0

Release 2.0.0 - Stability and Reliability Update

Version 2.0.0 focuses on making the system more stable, predictable, and easier to use.
The goal was simple - fewer interruptions, smoother recovery, and a better experience overall.


Highlights

Seamless recovery

The system now reconnects automatically during tool calls.
You don’t need to restart anything manually if the connection drops.

Always-on MCP server

The MCP server keeps running even when your Minecraft server is offline.
You can start or stop it anytime - it will reconnect on its own when the server becomes available.

Crash-free operation

Global error handling now catches unexpected issues and prevents the process from crashing.
This makes long-running sessions more reliable.

Simpler troubleshooting

Error messages are now clearer and include basic steps to fix common problems.
In most cases, no manual cleanup or restart is required.

Compatibility fixes

The issue with Claude Desktop starting twice has been resolved.
Startup should now behave consistently.


This update is mainly about reliability and making sure things keep running as expected!

What's Changed

Full Changelog: 1.2.1...2.0.0