Skip to content

Releases: center2055/MinecraftDeveloperMCP

v1.3.2 - Authentication Fix

17 Dec 12:53

Choose a tag to compare

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

27 Nov 23:27

Choose a tag to compare

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

27 Nov 22:16

Choose a tag to compare

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

26 Nov 18:33

Choose a tag to compare

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 files
  • read_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

26 Nov 12:21

Choose a tag to compare

Added new tools for binary file management (upload/download JARs) and directory listing with file sizes.

v1.0.0 - Initial Release

26 Nov 11:56

Choose a tag to compare

First release of the Minecraft MCP Server Plugin. Includes command execution, file management, and log reading capabilities.