Skip to content

v0.14.3

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jul 05:34
681945e

XcodeMCPKit v0.14.3

Install or update from GitHub Releases

curl -fsSL https://github.com/lynnswap/XcodeMCPKit/releases/latest/download/install.sh | sh

Improvements

  • Expire HTTP client sessions after five minutes with no in-flight request or open SSE stream, clearing abandoned notification buffers while preserving a reconnect grace period.
  • Rate-limit SSE overflow warnings per session and report cumulative and recent drop counts, buffer limits, and the sanitized methods of evicted notifications.

Bug Fixes

  • Route progress notifications only to the client session that owns the active request, including when concurrent sessions use overlapping client progress tokens.
  • Prevent late notifications and concurrent session deletion or expiry from recreating retired delivery state or committing a successful SSE response after admission has failed.

Migration Notes

  • Direct Streamable HTTP clients should initialize a new session after receiving 404 for a session-bound request. The bundled SDK and STDIO adapter recover automatically.

Full Changelog: v0.14.2...v0.14.3