Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-11 | 1.2 kB | |
v1.3.3 source code.tar.gz | 2025-04-11 | 243.1 kB | |
v1.3.3 source code.zip | 2025-04-11 | 253.8 kB | |
Totals: 3 Items | 498.2 kB | 2 |
[1.3.3] - 2025-04-11
Added
- File upload support for firebase storage [#37] by @gannonh in https://github.com/gannonh/firebase-mcp/pull/45
storage_upload
: Upload files directly to Firebase Storage from text or base64 contentstorage_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: https://github.com/gannonh/firebase-mcp/compare/v1.3.2...v1.3.3