You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)