James Valente

Results 2 comments of James Valente

I believe the problem is here https://github.com/Mintplex-Labs/anything-llm/blob/b44cf21caac5bf086d7a6ed41ee87907c7629a8b/server/utils/MCP/hypervisor/index.js#L239 ``` let baseEnv = { PATH: process.env.PATH || "/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin", NODE_PATH: process.env.NODE_PATH || "/usr/local/lib/node_modules", }; ``` I have npm installed via homebrew, with homebrew's...

I would also consider adding a text field for the `PATH` variable in the application settings and making that the highest priority (then process env, then fall back) when loading....