We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a7a0f commit ec238b7Copy full SHA for ec238b7
1 file changed
apps/common/utils/tool_code.py
@@ -210,6 +210,7 @@ def get_tool_mcp_config(self, code, params):
210
'-c',
211
f'import base64,gzip; exec(gzip.decompress(base64.b64decode(\'{compressed_and_base64_encoded_code_str}\')).decode())',
212
],
213
+ 'cwd': self.sandbox_path,
214
'env': {
215
'LD_PRELOAD': self.sandbox_so_path,
216
},
0 commit comments