mcp-proxy-adapter 6.9.20__py3-none-any.whl → 6.9.22__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.
Potentially problematic release.
This version of mcp-proxy-adapter might be problematic. Click here for more details.
- mcp_proxy_adapter/commands/command_registry.py +4 -0
- {mcp_proxy_adapter-6.9.20.dist-info → mcp_proxy_adapter-6.9.22.dist-info}/METADATA +3 -2
- {mcp_proxy_adapter-6.9.20.dist-info → mcp_proxy_adapter-6.9.22.dist-info}/RECORD +6 -6
- {mcp_proxy_adapter-6.9.20.dist-info → mcp_proxy_adapter-6.9.22.dist-info}/WHEEL +0 -0
- {mcp_proxy_adapter-6.9.20.dist-info → mcp_proxy_adapter-6.9.22.dist-info}/entry_points.txt +0 -0
- {mcp_proxy_adapter-6.9.20.dist-info → mcp_proxy_adapter-6.9.22.dist-info}/top_level.txt +0 -0
|
@@ -260,6 +260,10 @@ class CommandRegistry:
|
|
|
260
260
|
"""
|
|
261
261
|
try:
|
|
262
262
|
from mcp_proxy_adapter.commands.catalog_manager import CatalogManager
|
|
263
|
+
from mcp_proxy_adapter.config import get_config
|
|
264
|
+
|
|
265
|
+
# Get configuration
|
|
266
|
+
config_obj = get_config()
|
|
263
267
|
|
|
264
268
|
# Get remote registry
|
|
265
269
|
plugin_servers = config_obj.get("commands.plugin_servers", [])
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcp-proxy-adapter
|
|
3
|
-
Version: 6.9.
|
|
3
|
+
Version: 6.9.22
|
|
4
4
|
Summary: Powerful JSON-RPC microservices framework with built-in security, authentication, and proxy registration
|
|
5
5
|
Home-page: https://github.com/maverikod/mcp-proxy-adapter
|
|
6
6
|
Author: Vasiliy Zdanovskiy
|
|
@@ -35,7 +35,8 @@ Requires-Dist: docstring-parser<1.0.0,>=0.15
|
|
|
35
35
|
Requires-Dist: typing-extensions<5.0.0,>=4.5.0
|
|
36
36
|
Requires-Dist: jsonrpc>=1.2.0
|
|
37
37
|
Requires-Dist: psutil>=5.9.0
|
|
38
|
-
Requires-Dist: mcp_security_framework>=1.2.
|
|
38
|
+
Requires-Dist: mcp_security_framework>=1.2.5
|
|
39
|
+
Requires-Dist: flask>=3.1.0
|
|
39
40
|
Requires-Dist: packaging>=20.0
|
|
40
41
|
Requires-Dist: aiohttp<4.0.0,>=3.8.0
|
|
41
42
|
Requires-Dist: requests<3.0.0,>=2.28.0
|
|
@@ -29,7 +29,7 @@ mcp_proxy_adapter/commands/builtin_commands.py,sha256=d2471ObgRQDaAQCWp_8O64Gwx0
|
|
|
29
29
|
mcp_proxy_adapter/commands/catalog_manager.py,sha256=cbKBC5VL-364JB-Npn-uG0-mDPvMtLSWS4cgQR-U-h4,35833
|
|
30
30
|
mcp_proxy_adapter/commands/cert_monitor_command.py,sha256=9D_esCYURRtpUS47d3I4nvkg4Uc77FqxS1nAMUM406Y,23904
|
|
31
31
|
mcp_proxy_adapter/commands/certificate_management_command.py,sha256=j5n7Da_gN8zI2mKOB0gp4Viz7dPwymUbXhoILcffOnk,23533
|
|
32
|
-
mcp_proxy_adapter/commands/command_registry.py,sha256=
|
|
32
|
+
mcp_proxy_adapter/commands/command_registry.py,sha256=w4fT4aHKNmtojDnZ24DlMMbCp7NRDOeGA5Jq3u34jCE,39051
|
|
33
33
|
mcp_proxy_adapter/commands/config_command.py,sha256=wo7uG24KSrLXgKOSQIGTFLnKEkxCmoX_mPptN8olTZo,3842
|
|
34
34
|
mcp_proxy_adapter/commands/dependency_container.py,sha256=mvPob62lQ-mKRbAA9aL3L5gOT9_4V2Vy2cGoup2S840,3239
|
|
35
35
|
mcp_proxy_adapter/commands/dependency_manager.py,sha256=Jzr18Vdo1JX9u6jKOiIbWlAMlOZo_btlZTBoeYZ57vw,8373
|
|
@@ -142,8 +142,8 @@ mcp_proxy_adapter/schemas/base_schema.json,sha256=v9G9cGMd4dRhCZsOQ_FMqOi5VFyVbI
|
|
|
142
142
|
mcp_proxy_adapter/schemas/openapi_schema.json,sha256=C3yLkwmDsvnLW9B5gnKKdBGl4zxkeU-rEmjTrNVsQU0,8405
|
|
143
143
|
mcp_proxy_adapter/schemas/roles.json,sha256=pgf_ZyqKyXbfGUxvobpiLiSJz9zzxrMuoVWEkEpz3N8,764
|
|
144
144
|
mcp_proxy_adapter/schemas/roles_schema.json,sha256=deHgI7L6GwfBXacOlNtDgDJelDThppClC3Ti4Eh8rJY,5659
|
|
145
|
-
mcp_proxy_adapter-6.9.
|
|
146
|
-
mcp_proxy_adapter-6.9.
|
|
147
|
-
mcp_proxy_adapter-6.9.
|
|
148
|
-
mcp_proxy_adapter-6.9.
|
|
149
|
-
mcp_proxy_adapter-6.9.
|
|
145
|
+
mcp_proxy_adapter-6.9.22.dist-info/METADATA,sha256=Wp0E3xQstlCmleSTV_w94o0PjvJCQupjn_JE1Fjsn7Y,8539
|
|
146
|
+
mcp_proxy_adapter-6.9.22.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
147
|
+
mcp_proxy_adapter-6.9.22.dist-info/entry_points.txt,sha256=Bf-O5Aq80n22Ayu9fI9BgidzWqwzIVaqextAddTuHZw,563
|
|
148
|
+
mcp_proxy_adapter-6.9.22.dist-info/top_level.txt,sha256=JZT7vPLBYrtroX-ij68JBhJYbjDdghcV-DFySRy-Nnw,18
|
|
149
|
+
mcp_proxy_adapter-6.9.22.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|