chore(deps): adopt muxcore v0.28.0 - #198
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the dependency github.com/thebtf/mcp-mux/muxcore from version v0.27.1 to v0.28.0 in go.mod and go.sum. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
WalkthroughВерсия зависимости ChangesОбновление зависимости
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
github.com/thebtf/mcp-mux/muxcorefromv0.27.1to releasedv0.28.0SessionHandlerdaemon and existing update/reconnect topology unchangedProvider module tag
muxcore/v0.28.0resolves to commit1b91f54c1d517db352136c7d16949a2662c52b0e.Applicability
Aimux uses
engine.Config{Persistent: true, SessionHandler: ...}without an upstreamCommand. Tagged v0.28.0 keeps zero-value materialization eager and forces persistent owners toMaterializationPersistent; cache-only discovery, first-demand materialization, and environment-template bypass are therefore structurally N/A to this consumer topology. Retained-host-stdio dormancy remains disabled and provider-gated by Engram #373.Verification
go mod download github.com/thebtf/mcp-mux/muxcore@v0.28.0go list -m -f ...matched version/ref/hash/sumsgo build ./...go vet ./...go test ./... -count=1(57 packages passed; 4 packages had no tests)go mod verifyis blocked only by pre-existing externalgithub.com/mark3labs/mcp-go@v0.47.0module-cache contamination; clean repo-localGOMODCACHEverification returnsall modules verified.Rollback
Revert this commit to restore muxcore
v0.27.1. If provider behavior requires operational rollback beyond this consumer patch, the provider issue namesv0.27.2; that would be a separate reviewed dependency update rather than local lifecycle workarounds.Tracking: Engram #399 (adoption), Engram #373 (retained-stdio provider boundary).