fix(mcp): bind the connect handle before the result that uses it
mcp-connect! used let, which binds in parallel, so the result initializer referenced h before it was bound and every startup failed with "Unbound variable: h". Use let*.
H
Helge Sverre committed
284cffba02090f996da2d60524bcbb26651b4ed3
Parent: b2e555e