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.
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.
🔧 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



