You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release Notes
Highlights
Switched HTTP MCP transport to stateless Streamable HTTP mode to improve reliability in multi-instance deployments.
Added full Docker delivery support with CI-based image publishing flow for tags.
Improvements
Added container startup support via docker-start.sh.
Improved stdio safety: non-protocol startup logs no longer pollute stdout.
Improved startup error handling: removed process-kill behavior from shared server initialization path and kept failures scoped to request/entrypoint handling.
CI/CD
Updated workflow behavior:
Branch pushes / pull requests run CI only.
Image publishing runs only on tag pushes matching v* or test-v*.
test-v* tags publish image tag test; release tags publish using the original git tag.
Notes
This release focuses on transport reliability, containerization, and safer runtime behavior.