universal-mcp 0.1.16__py3-none-any.whl → 0.1.17__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.
@@ -1,4 +1,5 @@
1
1
  import importlib
2
+ import os
2
3
  import subprocess
3
4
  import sys
4
5
  from pathlib import Path
@@ -34,8 +35,12 @@ def _install_or_upgrade_package(package_name: str, repository_path: str):
34
35
  """
35
36
  Helper to install a package via pip from the universal-mcp GitHub repository.
36
37
  """
38
+
39
+ uv_path = os.getenv("UV_PATH")
40
+ uv_executable = str(Path(uv_path) / "uv") if uv_path else "uv"
41
+ logger.info(f"Using uv executable: {uv_executable}")
37
42
  cmd = [
38
- "uv",
43
+ uv_executable,
39
44
  "pip",
40
45
  "install",
41
46
  "--upgrade",
@@ -47,7 +47,7 @@ def _generate_mcp_config(api_key: str) -> None:
47
47
  "args": ["universal_mcp@latest", "run"],
48
48
  "env": {
49
49
  "AGENTR_API_KEY": api_key,
50
- "PATH": str(uvx_path.parent),
50
+ "UV_PATH": str(uvx_path.parent),
51
51
  },
52
52
  }
53
53
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: universal-mcp
3
- Version: 0.1.16
3
+ Version: 0.1.17
4
4
  Summary: Universal MCP acts as a middle ware for your API applications. It can store your credentials, authorize, enable disable apps on the fly and much more.
5
5
  Author-email: Manoj Bajaj <manojbajaj95@gmail.com>
6
6
  License: MIT
@@ -6,7 +6,7 @@ universal_mcp/exceptions.py,sha256=2A_aIzcwjB99tR4xCFjPkWPf10rBK_785FerJI7Tzns,5
6
6
  universal_mcp/logger.py,sha256=VmH_83efpErLEDTJqz55Dp0dioTXfGvMBLZUx5smOLc,2116
7
7
  universal_mcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  universal_mcp/applications/README.md,sha256=eqbizxaTxKH2O1tyIJR2yI0Db5TQxtgPd_vbpWyCa2Y,3527
9
- universal_mcp/applications/__init__.py,sha256=yDLrQhICcvoSf8KTLkKOdqcG1N7c4UOYL3tNIjAo2kk,3182
9
+ universal_mcp/applications/__init__.py,sha256=7iml45r5jYX8_iiYeTRnMeBTfFb7rdygp5e9f1KiPSw,3361
10
10
  universal_mcp/applications/application.py,sha256=3P7dpdOukaXnubjQi8jV_NZYESpW8QWYLF6QdcxzxzA,13771
11
11
  universal_mcp/integrations/README.md,sha256=lTAPXO2nivcBe1q7JT6PRa6v9Ns_ZersQMIdw-nmwEA,996
12
12
  universal_mcp/integrations/__init__.py,sha256=zEHYH_1FBsWvHssOMkaElQXG5UydciZfoTS49Q_Um6E,916
@@ -27,7 +27,7 @@ universal_mcp/utils/__init__.py,sha256=8wi4PGWu-SrFjNJ8U7fr2iFJ1ktqlDmSKj1xYd7KS
27
27
  universal_mcp/utils/agentr.py,sha256=GlFK5_RJXP3XpIGKLzkIe5nu2rfT6bqSoT0h1hipy9g,3438
28
28
  universal_mcp/utils/common.py,sha256=HEZC2Mhilb8DrGXQG2tboAIw1r4veGilGWjfnPF1lyA,888
29
29
  universal_mcp/utils/docstring_parser.py,sha256=6oIeCjOUirFdVpXdGZt5zDKje6jmCY42-GeYOc_7r2I,11317
30
- universal_mcp/utils/installation.py,sha256=lj7_2je7qbXe2tL0JyD3SyNvCSuANLFABaZynwjCGqk,7283
30
+ universal_mcp/utils/installation.py,sha256=ItOfBFhKOh4DLz237jgAz_Fn0uOMdrKXw0n5BaUZZNs,7286
31
31
  universal_mcp/utils/singleton.py,sha256=kolHnbS9yd5C7z-tzaUAD16GgI-thqJXysNi3sZM4No,733
32
32
  universal_mcp/utils/openapi/__inti__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
33
  universal_mcp/utils/openapi/api_generator.py,sha256=FjtvbnWuI1P8W8wXuKLCirUtsqQ4HI_TuQrhpA4SqTs,4749
@@ -37,8 +37,8 @@ universal_mcp/utils/openapi/preprocessor.py,sha256=qLYv4ekors5B2OU_YUvXICYQ7XYhA
37
37
  universal_mcp/utils/openapi/readme.py,sha256=R2Jp7DUXYNsXPDV6eFTkLiy7MXbSULUj1vHh4O_nB4c,2974
38
38
  universal_mcp/utils/templates/README.md.j2,sha256=Mrm181YX-o_-WEfKs01Bi2RJy43rBiq2j6fTtbWgbTA,401
39
39
  universal_mcp/utils/templates/api_client.py.j2,sha256=972Im7LNUAq3yZTfwDcgivnb-b8u6_JLKWXwoIwXXXQ,908
40
- universal_mcp-0.1.16.dist-info/METADATA,sha256=IR1TbIkUM2NxYhZEAQIYvnr2qungmK-DT94mVB15wyY,12122
41
- universal_mcp-0.1.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
42
- universal_mcp-0.1.16.dist-info/entry_points.txt,sha256=QlBrVKmA2jIM0q-C-3TQMNJTTWOsOFQvgedBq2rZTS8,56
43
- universal_mcp-0.1.16.dist-info/licenses/LICENSE,sha256=NweDZVPslBAZFzlgByF158b85GR0f5_tLQgq1NS48To,1063
44
- universal_mcp-0.1.16.dist-info/RECORD,,
40
+ universal_mcp-0.1.17.dist-info/METADATA,sha256=F7f5aewTQSH_-mJpPjtPDWQoFZXfvGFmT-5YVLvez8E,12122
41
+ universal_mcp-0.1.17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
42
+ universal_mcp-0.1.17.dist-info/entry_points.txt,sha256=QlBrVKmA2jIM0q-C-3TQMNJTTWOsOFQvgedBq2rZTS8,56
43
+ universal_mcp-0.1.17.dist-info/licenses/LICENSE,sha256=NweDZVPslBAZFzlgByF158b85GR0f5_tLQgq1NS48To,1063
44
+ universal_mcp-0.1.17.dist-info/RECORD,,