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
Make sure the clojure process can communicate over stdio
Some use case requires to talk with the process via stdio (clojure
mcp). Currently the process we start via ProcessBuild does not expose
that. This patch solves that by calling `.inheritIO` (Java & and later)
on it.
0 commit comments