Skip to content

v0.4.4

Choose a tag to compare

@Winlifes Winlifes released this 15 Jun 09:34

Added

  • Added an optional experimental Broker Mode for the MCP Server. When enabled, a tiny local broker process owns the HTTP port and keeps client requests alive while Unity reloads the scripting domain; direct in-process HTTP remains the default. Thanks @dehuaichendragonplus for the detailed architecture write-up and PR that drove this work. (#10, #13)
  • Broker Mode now returns a retryable JSON-RPC error for new requests while the Unity backend is reloading or reconnecting, instead of letting short client timeouts expire silently.

Fixed

  • Improved execute_code unexpected failure diagnostics by unwrapping TargetInvocationException and returning the underlying exception type, message, and stack trace. (#14)