Release 0.4.5 broker stabilization#171
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Release 0.4.5 stabilizes broker mode for the Xcode permission-prompt issue and documents the supported singleton broker behavior.
uvx --from mcpbridge-wrapper mcpbridge-wrapper --brokerclients.initialize/notifications/initializedlocally from the broker cache, increases stream limits for large Xcode tool catalogs, and terminates stale upstreammcpbridgechildren before reconnect.MCPBRIDGE_WRAPPER_BROKER_HOST_CMD,0.4.5release metadata, changelog, and docs.Tag
v0.4.5should be created and pushed only after this PR is merged intomain, so the publish workflow releases from the protected branch.Type of Change
Quality Gates
Before submitting, ensure all quality gates pass:
Or run individually:
make test- All tests pass with ≥90% coveragemake lint- No linting errorsmake format- Code is properly formattedmake typecheck- Type checking passesmake doccheck- Documentation is synced with DocC (if docs changed)Documentation Sync
If you modified files in
docs/, ensure corresponding DocC files are also updated:docs/installation.mdmcpbridge-wrapper.docc/Installation.mddocs/cursor-setup.mdmcpbridge-wrapper.docc/CursorSetup.mddocs/claude-setup.mdmcpbridge-wrapper.docc/ClaudeCodeSetup.mddocs/codex-setup.mdmcpbridge-wrapper.docc/CodexCLISetup.mddocs/troubleshooting.mdmcpbridge-wrapper.docc/Troubleshooting.mddocs/architecture.mdmcpbridge-wrapper.docc/Architecture.mddocs/environment-variables.mdmcpbridge-wrapper.docc/EnvironmentVariables.mdREADME.mdmcpbridge-wrapper.docc/mcpbridge-wrapper.mdTesting
Validation run:
Additional real smoke: three separate stdio
--brokerclients each completedinitialize -> notifications/initialized -> tools/listthrough one daemon and received 43 Xcode tools; daemon reported proxy/daemon version0.4.5and was stopped after the smoke.Note: the local test suite still reports two existing websocket deprecation warnings from dependencies.
Checklist