akiko19191 commited on
Commit
d22f836
·
verified ·
1 Parent(s): 061b994

Update tests.py

Browse files
Files changed (1) hide show
  1. tests.py +1 -1
tests.py CHANGED
@@ -213,7 +213,7 @@ def create_code_files(filename: str, code: str) -> dict:
213
 
214
  @mcp.tool()
215
  def run_code_files(start_cmd:str) -> dict:
216
- """(start_cmd:Example- sudo python /app/code_interpreter/app.py or bash /app/code_interpreter/app.py).The files must be inside the /app/code_interpreter directory."""
217
  global files_list
218
  global stdout
219
  global stderr
 
213
 
214
  @mcp.tool()
215
  def run_code_files(start_cmd:str) -> dict:
216
+ """(start_cmd:Example- python /app/code_interpreter/app.py or bash /app/code_interpreter/app.py).The files must be inside the /app/code_interpreter directory."""
217
  global files_list
218
  global stdout
219
  global stderr