Skip to content

Commit 2a64d28

Browse files
committed
fix: add empty environment variable dictionary for subprocess execution
1 parent 1af14bd commit 2a64d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/common/utils/tool_code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def get_tool_mcp_config(self, code, params):
180180
self.user,
181181
],
182182
'cwd': self.sandbox_path,
183+
'env': {},
183184
'transport': 'stdio',
184185
}
185186
else:

0 commit comments

Comments
 (0)