We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63beec4 commit 7a9c67dCopy full SHA for 7a9c67d
1 file changed
apps/common/utils/tool_code.py
@@ -180,6 +180,7 @@ def get_tool_mcp_config(self, code, params):
180
self.user,
181
],
182
'cwd': self.sandbox_path,
183
+ 'env': {},
184
'transport': 'stdio',
185
}
186
else:
0 commit comments