universal-mcp 0.1.3rc1__py3-none-any.whl → 0.1.4__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/logger.py +0 -4
- {universal_mcp-0.1.3rc1.dist-info → universal_mcp-0.1.4.dist-info}/METADATA +3 -2
- {universal_mcp-0.1.3rc1.dist-info → universal_mcp-0.1.4.dist-info}/RECORD +6 -6
- {universal_mcp-0.1.3rc1.dist-info → universal_mcp-0.1.4.dist-info}/WHEEL +0 -0
- {universal_mcp-0.1.3rc1.dist-info → universal_mcp-0.1.4.dist-info}/entry_points.txt +0 -0
universal_mcp/cli.py
CHANGED
@@ -110,16 +110,16 @@ def run(
|
|
110
110
|
):
|
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
115
|
from universal_mcp.servers import server_from_config
|
115
116
|
|
116
|
-
setup_logger()
|
117
|
-
|
118
117
|
if config_path:
|
119
118
|
config = ServerConfig.model_validate_json(config_path.read_text())
|
120
119
|
else:
|
121
120
|
config = ServerConfig()
|
122
121
|
server = server_from_config(config)
|
122
|
+
setup_logger()
|
123
123
|
server.run(transport=config.transport)
|
124
124
|
|
125
125
|
|
universal_mcp/logger.py
CHANGED
@@ -14,7 +14,6 @@ def get_version():
|
|
14
14
|
try:
|
15
15
|
from importlib.metadata import version
|
16
16
|
|
17
|
-
print(version("universal_mcp"))
|
18
17
|
return version("universal_mcp")
|
19
18
|
except ImportError:
|
20
19
|
return "unknown"
|
@@ -69,6 +68,3 @@ def setup_logger():
|
|
69
68
|
telemetry_enabled = os.getenv("TELEMETRY_ENABLED", "true").lower() == "true"
|
70
69
|
if telemetry_enabled:
|
71
70
|
logger.add(posthog_sink, level="INFO") # PostHog telemetry
|
72
|
-
|
73
|
-
|
74
|
-
setup_logger()
|
@@ -1,13 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: universal-mcp
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.4
|
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
|
7
7
|
Requires-Dist: keyring>=25.6.0
|
8
8
|
Requires-Dist: litellm>=1.30.7
|
9
9
|
Requires-Dist: loguru>=0.7.3
|
10
|
-
Requires-Dist: markitdown[all]>=0.1.1
|
11
10
|
Requires-Dist: mcp>=1.5.0
|
12
11
|
Requires-Dist: posthog>=3.24.0
|
13
12
|
Requires-Dist: pydantic-settings>=2.8.1
|
@@ -25,6 +24,8 @@ Provides-Extra: e2b
|
|
25
24
|
Requires-Dist: e2b-code-interpreter>=1.2.0; extra == 'e2b'
|
26
25
|
Provides-Extra: firecrawl
|
27
26
|
Requires-Dist: firecrawl-py>=1.15.0; extra == 'firecrawl'
|
27
|
+
Provides-Extra: markitdown
|
28
|
+
Requires-Dist: markitdown[all,e2b]>=0.1.1; extra == 'markitdown'
|
28
29
|
Provides-Extra: playground
|
29
30
|
Requires-Dist: fastapi[standard]>=0.115.12; extra == 'playground'
|
30
31
|
Requires-Dist: langchain-anthropic>=0.3.10; extra == 'playground'
|
@@ -1,8 +1,8 @@
|
|
1
1
|
universal_mcp/__init__.py,sha256=2gdHpHaDDcsRjZjJ01FLN-1iidN_wbDAolNpxhGoFB4,59
|
2
|
-
universal_mcp/cli.py,sha256=
|
2
|
+
universal_mcp/cli.py,sha256=mOUDndPdBQovYo77Uwb-yGTUFSR8jhO8zdNFlmGZn5I,5258
|
3
3
|
universal_mcp/config.py,sha256=9eb3DDg4PBBr1MlGeBrA4bja3Y6howOH-UKpo7JIbs8,828
|
4
4
|
universal_mcp/exceptions.py,sha256=Zp2_v_m3L7GDAmD1ZyuwFtY6ngapdhxuIygrvpZAQtM,271
|
5
|
-
universal_mcp/logger.py,sha256=
|
5
|
+
universal_mcp/logger.py,sha256=8_yoD3mGbm0VpJitb0k_DJskC2kcRNi2dqpKTdz7ijo,2001
|
6
6
|
universal_mcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
universal_mcp/applications/__init__.py,sha256=qeWnbdIudyMR7ST4XTc0gpEM9o6TsM1ZnZ92dMAPSBA,754
|
8
8
|
universal_mcp/applications/application.py,sha256=dqp8lgIi2xhY62imwo7C6769URQtNmqd6Ok6PiTr6wc,3399
|
@@ -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.4.dist-info/METADATA,sha256=cRurmbxbEJxnVUG2PyVWrChf2Pv8WwIEZKzNLn-sZ0o,10852
|
40
|
+
universal_mcp-0.1.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
41
|
+
universal_mcp-0.1.4.dist-info/entry_points.txt,sha256=QlBrVKmA2jIM0q-C-3TQMNJTTWOsOFQvgedBq2rZTS8,56
|
42
|
+
universal_mcp-0.1.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|