Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 14 Mar 17:18
· 877 commits to main since this release
c71d9b5

XcodeMCPKit v0.6.2

New Features

Configurable upstream handshake

  • Add TOML-based upstream_handshake configuration so the proxy can override protocol version, client identity, and capabilities when talking to mcpbridge.
  • Expose embedded build version metadata in release binaries and top-level --version output for xcode-mcp-proxy, xcode-mcp-proxy-server, and xcode-mcp-proxy-install.

Bug Fixes

  • Restore MCP_XCODE_PID pass-through to spawned upstream processes while keeping the removed proxy-side PID flags unavailable.
  • Preserve refresh-code-issues fallback behavior when internal navigator and window lookups use timeouts.

Improvements

  • Make proxy initialization consistently eager and remove the old lazy-init path so startup behavior matches the documented flow.
  • Expose refresh queue and active request state in /debug/upstreams to make proxy diagnostics easier to inspect.

Full Changelog: v0.5.0...v0.6.2