mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix(mcp): fix error loading config when running MCP Server with npx and bunx (#3922)
This commit is contained in:
parent
b655c0d2e9
commit
a734aca02e
1 changed files with 1 additions and 0 deletions
|
|
@ -451,6 +451,7 @@ export class McpHub {
|
|||
env: {
|
||||
...(config.env ? await injectEnv(config.env) : {}),
|
||||
...(process.env.PATH ? { PATH: process.env.PATH } : {}),
|
||||
...(process.env.HOME ? { HOME: process.env.HOME } : {}),
|
||||
},
|
||||
stderr: "pipe",
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue