fix: type error in mcp env and add missing @npmcli/arborist dependency
This commit is contained in:
parent
7409ce8aec
commit
205affa0eb
2 changed files with 212 additions and 50 deletions
|
|
@ -459,7 +459,7 @@ export namespace MCP {
|
|||
env: {
|
||||
...process.env,
|
||||
...mcp.environment,
|
||||
},
|
||||
} as any,
|
||||
})
|
||||
transport.stderr?.on("data", (chunk: Buffer) => {
|
||||
log.info(`mcp stderr: ${chunk.toString()}`, { key })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue