XcodeMCPKit v0.14.3
Install or update from GitHub Releases
curl -fsSL https://github.com/lynnswap/XcodeMCPKit/releases/latest/download/install.sh | shImprovements
- 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
404for a session-bound request. The bundled SDK and STDIO adapter recover automatically.
Full Changelog: v0.14.2...v0.14.3