MCP Bridge for Claude.ai 版本历史 - 3 个版本
MCP Bridge for Claude.ai 作者: Fojle Rabbi
MCP Bridge for Claude.ai 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.0.2
发布于 2026年2月24日 - 514.85 KB适用于 firefox 128.0 及更高版本, android 128.0 及更高版本================================================================================
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
源代码遵循 Proprietary License 发布
较早版本
版本 1.0.1
发布于 2026年2月10日 - 514.48 KB适用于 firefox 128.0 及更高版本, android 128.0 及更高版本================================================================================
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)
================================================================================源代码遵循 Proprietary License 发布
- Resolved "Loading failed for the module" error that prevented content
版本 1.0.0
发布于 2026年2月6日 - 558 KB适用于 firefox 115.0 及更高版本, android 120.0 及更高版本源代码遵循 Proprietary License 发布