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
This spawn-rx issue is affecting use of @modelcontextprotocol/inspector on MacOS. findActualExecutable returns the wrong value on MacOS if the user's Node version management uses symlinks. In my case, spawn-rx is causing bun to resolve to /Users/jacksteam/.volta/bin/volta-shim when it should resolve to /Users/jacksteam/.volta/bin/bun.
To Reproduce
Steps to reproduce the behavior:
Use Volta or another Node version management shim on MacOS to install Node or Bun.
In the MPC inspector UI, enter a shimmed bin as your command: bun in this case.
Use the MPC inspector to launch your server.
Expected behavior
The inspector should spawn the command as entered in the UI.
Logs
I'm getting this error:
Volta error: 'volta-shim' should not be called directly. Please use the existing shims provided by Volta (node, yarn, etc.) to run tools.
This spawn-rx issue is affecting use of
@modelcontextprotocol/inspector
on MacOS.findActualExecutable
returns the wrong value on MacOS if the user's Node version management uses symlinks. In my case,spawn-rx
is causingbun
to resolve to/Users/jacksteam/.volta/bin/volta-shim
when it should resolve to/Users/jacksteam/.volta/bin/bun
.To Reproduce
Steps to reproduce the behavior:
bun
in this case.Expected behavior
The inspector should spawn the command as entered in the UI.
Logs
I'm getting this error:
Volta error: 'volta-shim' should not be called directly. Please use the existing shims provided by Volta (node, yarn, etc.) to run tools.
Note that the command is resolved incorrectly.
Additional context
The text was updated successfully, but these errors were encountered: