Skip to content

v1.3.3

Choose a tag to compare

@gannonh gannonh released this 11 Apr 16:56
9de5ce0

[1.3.3] - 2025-04-11

Added

  • File upload support for firebase storage #37 by @gannonh in #45
    • storage_upload: Upload files directly to Firebase Storage from text or base64 content
    • storage_upload_from_url: Upload files to Firebase Storage from external URLs
  • Permanent public URLs for uploaded files that don't expire and work with public storage rules
  • Support for direct local file path uploads - no need for Base64 conversion
  • Improved guidance for all MCP clients on file upload best practices
  • Automatic filename sanitization for better URL compatibility
  • Response formatting metadata for MCP clients to display user-friendly file upload information
  • Improved error handling for storage operations
  • Automatic content type detection for uploaded files

Fixed

  • Fixed response format issues with storage tools to comply with MCP protocol standards
  • Fixed image encoding issues to ensure uploaded images display correctly
  • Improved error handling for invalid base64 data
  • Enhanced MIME type detection for files uploaded from URLs

Full Changelog: v1.3.2...v1.3.3