Releases: center2055/MinecraftDeveloperMCP
v1.3.2 - Authentication Fix
Fixed authentication issue that prevented tools from showing in Cursor. Added session-based authentication and token in endpoint URL to ensure MCP clients can properly authenticate and receive tool lists.
v1.3.1 - Streamable HTTP Support
Added native support for MCP Streamable HTTP transport (/mcp) and notifications/tools/list_changed event. This improves compatibility with clients that expect automatic tool updates.
v1.2.3 - Protocol & Schema Fixes
Fixed critical issues with tool schema validation (added 'required' fields) and SSE connection handling. This resolves the 'Loading tools...' hang in Cursor.
v1.2.0 - LuckPerms Support & Fast API
What's New
🔧 LuckPerms & Strict Plugin Support
Commands now work with ALL plugins, including LuckPerms and others that previously rejected custom command senders. The plugin automatically falls back to the real console sender with log capture when needed.
⚡ Fast /api Endpoint
New synchronous HTTP endpoint for instant responses - no SSE connection overhead. Perfect for scripting and automation.
📁 Binary File Support
write_file_base64- Upload JARs, images, and other binary filesread_file_base64- Download binary files as base64
📂 Directory Listing
list_directory- Browse server files with sizes
Full Changelog: v1.1.0...v1.2.0
v1.1.0 - Binary Support & File Listing
Added new tools for binary file management (upload/download JARs) and directory listing with file sizes.
v1.0.0 - Initial Release
First release of the Minecraft MCP Server Plugin. Includes command execution, file management, and log reading capabilities.