mle-kit-mcp 0.0.6__py3-none-any.whl → 0.0.8__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.
@@ -126,10 +126,7 @@ def run_command(
126
126
  except subprocess.TimeoutExpired:
127
127
  raise Exception(
128
128
  f"Command timed out after {timeout} seconds: {command};\n"
129
- f"Host: {instance.username}@{instance.ip}:{instance.port}\n"
130
- f"Captured output: {result.stdout}\n"
131
- f"Captured error: {result.stderr}\n"
132
- f"You can increase the timeout by setting the timeout parameter to a higher value."
129
+ f"You can increase the timeout by changing the parameter of the tool call."
133
130
  )
134
131
  return result
135
132
 
@@ -286,7 +283,7 @@ def init_all() -> None:
286
283
  assert _instance_info, "Failed to connect to a remote instance! Try again"
287
284
 
288
285
 
289
- def remote_bash(command: str, timeout: Optional[int] = 60) -> str:
286
+ def remote_bash(command: str, timeout: int = 60) -> str:
290
287
  """
291
288
  Run commands in a bash shell on a remote machine with GPU cards.
292
289
  When invoking this tool, the contents of the "command" parameter does NOT need to be XML-escaped.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mle-kit-mcp
3
- Version: 0.0.6
3
+ Version: 0.0.8
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
@@ -6,11 +6,11 @@ mle_kit_mcp/server.py,sha256=E9cXdKwVBASBzKyrZGHCTvj6BIMN-EbVSQZDFNg0YnE,1062
6
6
  mle_kit_mcp/utils.py,sha256=wd7wSyddHRHOYdxmXw8uoAOBxVZOL2_vjNomss07inc,1654
7
7
  mle_kit_mcp/tools/__init__.py,sha256=0aLl0gD-JteSvOs2PgVhbv0Wnh6fodFySgQWQvoI1xI,215
8
8
  mle_kit_mcp/tools/bash.py,sha256=10hYo_hIBvQh8wbjssixb89SXG05H6nHtndShr6V31E,2461
9
- mle_kit_mcp/tools/remote_gpu.py,sha256=sE_qL7xjUnmHNKuFHsFzATbQO6vl4seWVYVYo7v3xJQ,11672
9
+ mle_kit_mcp/tools/remote_gpu.py,sha256=NHdg52BuTL8fBFXHgv0s3CDpsWs4I1WykfTdik3c6F4,11482
10
10
  mle_kit_mcp/tools/text_editor.py,sha256=EJ832vgdFdycrLOf3eOYMXnlMgB2_iH_u4ANvZVrMsE,9139
11
- mle_kit_mcp-0.0.6.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
12
- mle_kit_mcp-0.0.6.dist-info/METADATA,sha256=rd5L_-Kw1hU01fRtRU5xfYFNionTDJUG-rO8tUku1po,1011
13
- mle_kit_mcp-0.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
14
- mle_kit_mcp-0.0.6.dist-info/entry_points.txt,sha256=-iHSUVPN49jkBj1ySpc-P0rVF5-IPHw-KWNayNIiEsk,49
15
- mle_kit_mcp-0.0.6.dist-info/top_level.txt,sha256=XeBtCq_CnVI0gh0Z_daZOLmGl5XPlkA8RgHaj5s5VQY,12
16
- mle_kit_mcp-0.0.6.dist-info/RECORD,,
11
+ mle_kit_mcp-0.0.8.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
12
+ mle_kit_mcp-0.0.8.dist-info/METADATA,sha256=uynrL08zcDIQCyEiVhmRA6KJ-Umk1c2vHUrT2qJnCRw,1011
13
+ mle_kit_mcp-0.0.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
14
+ mle_kit_mcp-0.0.8.dist-info/entry_points.txt,sha256=-iHSUVPN49jkBj1ySpc-P0rVF5-IPHw-KWNayNIiEsk,49
15
+ mle_kit_mcp-0.0.8.dist-info/top_level.txt,sha256=XeBtCq_CnVI0gh0Z_daZOLmGl5XPlkA8RgHaj5s5VQY,12
16
+ mle_kit_mcp-0.0.8.dist-info/RECORD,,