Skip to content

v1.1.6

Latest

Choose a tag to compare

@roger-gan roger-gan released this 18 Mar 12:06
· 11 commits to main since this release
9552ad7

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.