universal-mcp 0.1.4__py3-none-any.whl → 0.1.5__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.
- universal_mcp/cli.py +2 -2
- {universal_mcp-0.1.4.dist-info → universal_mcp-0.1.5.dist-info}/METADATA +1 -1
- {universal_mcp-0.1.4.dist-info → universal_mcp-0.1.5.dist-info}/RECORD +5 -5
- {universal_mcp-0.1.4.dist-info → universal_mcp-0.1.5.dist-info}/WHEEL +0 -0
- {universal_mcp-0.1.4.dist-info → universal_mcp-0.1.5.dist-info}/entry_points.txt +0 -0
universal_mcp/cli.py
CHANGED
@@ -111,7 +111,7 @@ def run(
|
|
111
111
|
"""Run the MCP server"""
|
112
112
|
from universal_mcp.config import ServerConfig
|
113
113
|
|
114
|
-
from universal_mcp.logger import setup_logger
|
114
|
+
# from universal_mcp.logger import setup_logger
|
115
115
|
from universal_mcp.servers import server_from_config
|
116
116
|
|
117
117
|
if config_path:
|
@@ -119,7 +119,7 @@ def run(
|
|
119
119
|
else:
|
120
120
|
config = ServerConfig()
|
121
121
|
server = server_from_config(config)
|
122
|
-
setup_logger()
|
122
|
+
# setup_logger()
|
123
123
|
server.run(transport=config.transport)
|
124
124
|
|
125
125
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: universal-mcp
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.5
|
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
|
Requires-Python: >=3.11
|
@@ -1,5 +1,5 @@
|
|
1
1
|
universal_mcp/__init__.py,sha256=2gdHpHaDDcsRjZjJ01FLN-1iidN_wbDAolNpxhGoFB4,59
|
2
|
-
universal_mcp/cli.py,sha256=
|
2
|
+
universal_mcp/cli.py,sha256=SO-d2a4QI6e3TLjDcwP6pGF0oWzummOh3a2CJBbqA68,5262
|
3
3
|
universal_mcp/config.py,sha256=9eb3DDg4PBBr1MlGeBrA4bja3Y6howOH-UKpo7JIbs8,828
|
4
4
|
universal_mcp/exceptions.py,sha256=Zp2_v_m3L7GDAmD1ZyuwFtY6ngapdhxuIygrvpZAQtM,271
|
5
5
|
universal_mcp/logger.py,sha256=8_yoD3mGbm0VpJitb0k_DJskC2kcRNi2dqpKTdz7ijo,2001
|
@@ -36,7 +36,7 @@ universal_mcp/utils/bridge.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
36
36
|
universal_mcp/utils/docgen.py,sha256=yK6Ijo8G-wHPU3E1AnFpnXS9vXt2j9FM77w0etTaNOA,12639
|
37
37
|
universal_mcp/utils/installation.py,sha256=uSL_H76fG_7yN4QNxkfp1mEF_00iAPyiXqtdWEMVJe8,3747
|
38
38
|
universal_mcp/utils/openapi.py,sha256=ud_ZB7_60BcS1Vao7ESKDqo0gry9JN5wzy-CFssrjm8,13140
|
39
|
-
universal_mcp-0.1.
|
40
|
-
universal_mcp-0.1.
|
41
|
-
universal_mcp-0.1.
|
42
|
-
universal_mcp-0.1.
|
39
|
+
universal_mcp-0.1.5.dist-info/METADATA,sha256=ZnW_mze17x2bfioT-ZaurQcfxpA3j5tbNuIfvO_sCwE,10852
|
40
|
+
universal_mcp-0.1.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
41
|
+
universal_mcp-0.1.5.dist-info/entry_points.txt,sha256=QlBrVKmA2jIM0q-C-3TQMNJTTWOsOFQvgedBq2rZTS8,56
|
42
|
+
universal_mcp-0.1.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|