mle-kit-mcp 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -357,7 +357,8 @@ def create_remote_text_editor(
357
357
  dir_path = "/".join(path.split("/")[:-1])
358
358
  if dir_path:
359
359
  recieve_rsync(instance, f"/root/{path}", f"{get_workspace_dir()}/{dir_path}")
360
- recieve_rsync(instance, f"/root/{path}", f"{get_workspace_dir()}")
360
+ else:
361
+ recieve_rsync(instance, f"/root/{path}", f"{get_workspace_dir()}")
361
362
 
362
363
  result: str = text_editor_func(*args, **kwargs)
363
364
 
@@ -365,7 +366,8 @@ def create_remote_text_editor(
365
366
  dir_path = "/".join(path.split("/")[:-1])
366
367
  if dir_path:
367
368
  send_rsync(instance, f"{get_workspace_dir()}/{path}", f"/root/{dir_path}")
368
- send_rsync(instance, f"{get_workspace_dir()}/{path}", "/root")
369
+ else:
370
+ send_rsync(instance, f"{get_workspace_dir()}/{path}", "/root")
369
371
 
370
372
  return result
371
373
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mle-kit-mcp
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: MCP server that provides different tools for MLE
5
5
  Author-email: Ilya Gusev <phoenixilya@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/IlyaGusev/mle_kit_mcp
@@ -8,11 +8,11 @@ mle_kit_mcp/utils.py,sha256=iHNcEZZzPD37bEYE18SzJ3WUjLP3Ym-kc91SwcW1vlI,1984
8
8
  mle_kit_mcp/tools/__init__.py,sha256=r2fIg2mZ6zaeq0CzEKCEdeUTjV0pcA9NZaaOfBNVTnE,332
9
9
  mle_kit_mcp/tools/bash.py,sha256=IDzR3dkGOKGuwEE0FooQMI-Ztx99t8YJKoMu4FjxNGw,3922
10
10
  mle_kit_mcp/tools/llm_proxy.py,sha256=uEPZETqJWGOwLESWfvIjJidL6LSRry5j-qq6rpjtxLM,4623
11
- mle_kit_mcp/tools/remote_gpu.py,sha256=2Wjp6fYTGX9i6bZUhSWM5WMKh0eMc73wCdezes04bDg,12546
11
+ mle_kit_mcp/tools/remote_gpu.py,sha256=Rxhp7knxf5RHmWUsbJR5t67GDyOWQs6LVu8bEuodj6s,12590
12
12
  mle_kit_mcp/tools/text_editor.py,sha256=hkobiyYB5um6bs5sWYDQ1S2Y5n31i7I6fOBUDFkNhmM,9531
13
- mle_kit_mcp-1.0.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
14
- mle_kit_mcp-1.0.0.dist-info/METADATA,sha256=Imea6N52932F2PMdNOtvpPqtnCR5s17ZHdBbZfFTqyI,1074
15
- mle_kit_mcp-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
- mle_kit_mcp-1.0.0.dist-info/entry_points.txt,sha256=-iHSUVPN49jkBj1ySpc-P0rVF5-IPHw-KWNayNIiEsk,49
17
- mle_kit_mcp-1.0.0.dist-info/top_level.txt,sha256=XeBtCq_CnVI0gh0Z_daZOLmGl5XPlkA8RgHaj5s5VQY,12
18
- mle_kit_mcp-1.0.0.dist-info/RECORD,,
13
+ mle_kit_mcp-1.0.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
14
+ mle_kit_mcp-1.0.1.dist-info/METADATA,sha256=LhnDDnm2if6Wx0NJo1jiNFHcOrixdGCZ-Z9qLRrAFD4,1074
15
+ mle_kit_mcp-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
+ mle_kit_mcp-1.0.1.dist-info/entry_points.txt,sha256=-iHSUVPN49jkBj1ySpc-P0rVF5-IPHw-KWNayNIiEsk,49
17
+ mle_kit_mcp-1.0.1.dist-info/top_level.txt,sha256=XeBtCq_CnVI0gh0Z_daZOLmGl5XPlkA8RgHaj5s5VQY,12
18
+ mle_kit_mcp-1.0.1.dist-info/RECORD,,