mle-kit-mcp 1.1.0__py3-none-any.whl → 1.1.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.
@@ -15,8 +15,8 @@ from vastai_sdk import VastAI # type: ignore
15
15
  from mle_kit_mcp.files import get_workspace_dir
16
16
 
17
17
  BASE_IMAGE = "phoenix120/holosophos_mle"
18
- DEFAULT_GPU_TYPE = "RTX_3090"
19
- GLOBAL_TIMEOUT = 43200
18
+ DEFAULT_GPU_TYPE = os.getenv("GPU_TYPE", "RTX_3090")
19
+ GLOBAL_TIMEOUT = 86400
20
20
  VAST_AI_GREETING = """Welcome to vast.ai. If authentication fails, try again after a few seconds, and double check your ssh key.
21
21
  Have fun!"""
22
22
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mle-kit-mcp
3
- Version: 1.1.0
3
+ Version: 1.1.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
@@ -9,11 +9,11 @@ mle_kit_mcp/tools/__init__.py,sha256=o5Cy8gk67QiqHd40z0LF-nXrezSq4reuvhkWiMlCLpc
9
9
  mle_kit_mcp/tools/bash.py,sha256=blL3SWmrqnVdSsWvLu3H3WWjBGdVR1EwylIPLtAJ8co,4154
10
10
  mle_kit_mcp/tools/file_system.py,sha256=TvgNNma8fdFDtYdBvdnHAAgUlbpecyQ1TSJYklQOlI4,6391
11
11
  mle_kit_mcp/tools/llm_proxy.py,sha256=uEPZETqJWGOwLESWfvIjJidL6LSRry5j-qq6rpjtxLM,4623
12
- mle_kit_mcp/tools/remote_gpu.py,sha256=fqDWiGnCR6h34LSInw_vMqdU-AfL8Z12969kQ4-cShI,12616
12
+ mle_kit_mcp/tools/remote_gpu.py,sha256=slxfg2mleJ-6oMTcQoeNyyg4CYTo_bk_Jztdf6ad5lg,12639
13
13
  mle_kit_mcp/tools/text_editor.py,sha256=hkobiyYB5um6bs5sWYDQ1S2Y5n31i7I6fOBUDFkNhmM,9531
14
- mle_kit_mcp-1.1.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
15
- mle_kit_mcp-1.1.0.dist-info/METADATA,sha256=We9HrrSEG96vC82qIigDPXazpZBktLA24ySU1PMuJd4,1074
16
- mle_kit_mcp-1.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
- mle_kit_mcp-1.1.0.dist-info/entry_points.txt,sha256=-iHSUVPN49jkBj1ySpc-P0rVF5-IPHw-KWNayNIiEsk,49
18
- mle_kit_mcp-1.1.0.dist-info/top_level.txt,sha256=XeBtCq_CnVI0gh0Z_daZOLmGl5XPlkA8RgHaj5s5VQY,12
19
- mle_kit_mcp-1.1.0.dist-info/RECORD,,
14
+ mle_kit_mcp-1.1.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
15
+ mle_kit_mcp-1.1.1.dist-info/METADATA,sha256=dIti0fcaOPoN5v0IRBhLSuH1NvUBwu8yLFQNXU1TiCo,1074
16
+ mle_kit_mcp-1.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ mle_kit_mcp-1.1.1.dist-info/entry_points.txt,sha256=-iHSUVPN49jkBj1ySpc-P0rVF5-IPHw-KWNayNIiEsk,49
18
+ mle_kit_mcp-1.1.1.dist-info/top_level.txt,sha256=XeBtCq_CnVI0gh0Z_daZOLmGl5XPlkA8RgHaj5s5VQY,12
19
+ mle_kit_mcp-1.1.1.dist-info/RECORD,,