fix: type error in mcp env and add missing @npmcli/arborist dependency

This commit is contained in:
Dax Raad
2026-03-19 23:09:27 -04:00
parent 7409ce8aec
commit 205affa0eb
2 changed files with 212 additions and 50 deletions
+1 -1
View File
@@ -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 })