mle-kit-mcp 0.1.1__py3-none-any.whl → 0.1.3__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.
@@ -18,7 +18,7 @@ from mle_kit_mcp.tools.remote_gpu import (
18
18
  send_rsync as _remote_send_rsync,
19
19
  )
20
20
 
21
- INPUT_SCRIPT_FILE_NAME = "llm_proxy_source.py"
21
+ INPUT_SCRIPT_FILE_NAME = "llm_proxy.py"
22
22
  OUTPUT_SCRIPT_FILE_NAME = "llm_proxy.py"
23
23
  DEPENDENCIES = "fastapi uvicorn httpx openai fire"
24
24
  START_TIMEOUT = 30
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mle-kit-mcp
3
- Version: 0.1.1
3
+ Version: 0.1.3
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
@@ -14,6 +14,8 @@ Requires-Dist: mcp>=1.9.2
14
14
  Requires-Dist: fire>=0.7.0
15
15
  Requires-Dist: docker>=7.1.0
16
16
  Requires-Dist: vastai-sdk==0.1.16
17
+ Requires-Dist: openai>=1.102.0
18
+ Requires-Dist: fastapi>=0.116.1
17
19
  Dynamic: license-file
18
20
 
19
21
  # MLE KIT MCP
@@ -1,18 +1,18 @@
1
1
  mle_kit_mcp/__init__.py,sha256=2Ru2I5u4cE7DrkkAsibDUEF1K6sYtqppb9VyFrRoQKI,94
2
2
  mle_kit_mcp/__main__.py,sha256=rcmsOtJd3SA82exjrcGBuxuptcoxF8AXI7jNjiVq2BY,59
3
3
  mle_kit_mcp/files.py,sha256=ux53kWw7hBAcOmS9qNI4gpQX8XcQPT2LICC--S5-TGI,635
4
- mle_kit_mcp/llm_proxy_source.py,sha256=zDfNDvG1nAkft-irj0KhdB-1z-UUtKweRJYG0fCveVE,1637
4
+ mle_kit_mcp/llm_proxy.py,sha256=zDfNDvG1nAkft-irj0KhdB-1z-UUtKweRJYG0fCveVE,1637
5
5
  mle_kit_mcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  mle_kit_mcp/server.py,sha256=W4YJ3m1-NKheJ5QlGggfMQyXPghzKgg5zXqb-TLYH1U,1271
7
7
  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=kunYHc3dyPGOooT-KY9L7eI_N22lBrcDbTlcp_yTTws,2820
10
- mle_kit_mcp/tools/llm_proxy.py,sha256=9tm3k1R5y9o6Z4nkZXwILkYt6Ludc_TnQSwRw0KcNHA,5312
10
+ mle_kit_mcp/tools/llm_proxy.py,sha256=eV8QwDBgsyfBzD454GzWsNjH6976E-e_fmO6CYpdLGc,5305
11
11
  mle_kit_mcp/tools/remote_gpu.py,sha256=Fv8SJC8bE3Oo8JHOKXoYpISXFMzUMFjEcCQOTyW7V1I,11544
12
12
  mle_kit_mcp/tools/text_editor.py,sha256=0uGcSjcBjdPlqjYZYuWo29SmAMzBcWgKt4KRumFI3WE,9529
13
- mle_kit_mcp-0.1.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
14
- mle_kit_mcp-0.1.1.dist-info/METADATA,sha256=FSfrW1_RnJTwVoreVEXP95GxxX4iGNr65ll2ry5o1a4,1011
15
- mle_kit_mcp-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
- mle_kit_mcp-0.1.1.dist-info/entry_points.txt,sha256=-iHSUVPN49jkBj1ySpc-P0rVF5-IPHw-KWNayNIiEsk,49
17
- mle_kit_mcp-0.1.1.dist-info/top_level.txt,sha256=XeBtCq_CnVI0gh0Z_daZOLmGl5XPlkA8RgHaj5s5VQY,12
18
- mle_kit_mcp-0.1.1.dist-info/RECORD,,
13
+ mle_kit_mcp-0.1.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
14
+ mle_kit_mcp-0.1.3.dist-info/METADATA,sha256=-tWwAvk24QirR1QqJiTRIVrlzjUoR7rHnP5o2vmwMOc,1074
15
+ mle_kit_mcp-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
+ mle_kit_mcp-0.1.3.dist-info/entry_points.txt,sha256=-iHSUVPN49jkBj1ySpc-P0rVF5-IPHw-KWNayNIiEsk,49
17
+ mle_kit_mcp-0.1.3.dist-info/top_level.txt,sha256=XeBtCq_CnVI0gh0Z_daZOLmGl5XPlkA8RgHaj5s5VQY,12
18
+ mle_kit_mcp-0.1.3.dist-info/RECORD,,
File without changes