MCP Bridge for Claude.ai version history - 3 versions
MCP Bridge for Claude.ai by Fojle Rabbi
MCP Bridge for Claude.ai version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.0.2
Released Feb 24, 2026 - 514.85 KBWorks with firefox 128.0 and later, android 128.0 and later================================================================================
MCP Bridge for Claude.ai - Firefox Release Notes (v1.0.2)
================================================================================
WHAT'S NEW
Auto-Connect on Page Load
- Enabled MCP servers now connect automatically when you open Claude.ai
- No more manual toggling required after a page refresh
- Tools appear in Claude.ai as soon as the connection is ready
Reliable Tool Injection
- Fixed race condition where tools failed to appear in Claude.ai on the
first page load despite the server connecting successfully - Extension now waits for Claude.ai's UI to fully mount before handing
off the connection, preventing missed messages - Toggling a server off in Manager now immediately disconnects it from
Claude.ai without requiring a page refresh
Manager Page Cleanup
- Manager page now properly disconnects all active connections when
the tab is closed, preventing orphaned background connections
BUG FIXES- Fixed disabled servers occasionally still attempting to connect
- Fixed server config sent to page context could include raw unsanitized
server data on storage changes (now always sanitized via allowlist) - Fixed connection resource leaks: port1 channels, pending request Maps,
and warning timeouts are now properly cleaned up on disconnect - Fixed concurrent syncConnections() calls causing race conditions when
toggling servers rapidly (mutex guard added) - Fixed disconnect() being unsafe to call multiple times (idempotency guard)
- Fixed stale "Claude.ai hasn't responded" warnings firing after a server
was already disabled
Source code released under Proprietary License
Older versions
Version 1.0.1
Released Feb 10, 2026 - 514.48 KBWorks with firefox 128.0 and later, android 128.0 and later================================================================================
MCP Bridge for Claude.ai - Firefox Release Notes (v1.0.1)
================================================================================
CRITICAL FIXES
Fixed: Module Loading Errors
- Resolved "Loading failed for the module" error that prevented content
scripts from loading - Removed obsolete dynamic script injection workaround
- Extension now properly initializes on all supported pages
Fixed: Content Script Execution
- Added native support for MAIN world content scripts using Firefox 128+
manifest declarations - Improved script execution reliability and performance
TECHNICAL CHANGES
Change Details
Minimum Firefox Version Updated from 115.0 to 128.0 (required
for MAIN world support)
Content Scripts Now uses native world: MAIN and
world: ISOLATED declarations
Removed Dynamic injection workaround code
(no longer needed)
ABOUT FIREFOX 128+ REQUIREMENT
Firefox 128 (released July 2024) added native support for MAIN world
content scripts in Manifest V3, matching Chrome's capabilities. This
update leverages that support for better compatibility and reliability.
Reference:
https://blog.mozilla.org/addons/2024/07/10/manifest-v3-updates-landed-in-firefox-128/
COMMIT HISTORY- fix(firefox): Add native MAIN world support and remove dynamic injection
workaround- Update Firefox strict_min_version to 128.0 (required for world: MAIN)
- Add content.js with world: MAIN to Firefox content_scripts
- Add world: ISOLATED to Firefox isolated-content.js entry
- Remove obsolete Firefox dynamic injection workaround from isolated-content.js
- docs: Remove tabs permission from Chrome, keep for Firefox
- Remove 'tabs' permission from Chrome manifest as it's not required
- Keep 'tabs' permission for Firefox (needed for tabs.query with URL)
================================================================================Source code released under Proprietary License
- Resolved "Loading failed for the module" error that prevented content
Version 1.0.0
Released Feb 6, 2026 - 558 KBWorks with firefox 115.0 and later, android 120.0 and laterSource code released under Proprietary License