mcpower-proxy 0.0.69__tar.gz → 0.0.70__tar.gz

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 mcpower-proxy might be problematic. Click here for more details.

Files changed (49) hide show
  1. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/PKG-INFO +1 -1
  2. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/pyproject.toml +1 -1
  3. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/mcpower_proxy.egg-info/PKG-INFO +1 -1
  4. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/wrapper/__version__.py +1 -1
  5. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/wrapper/server.py +1 -1
  6. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/LICENSE +0 -0
  7. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/README.md +0 -0
  8. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/setup.cfg +0 -0
  9. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/LICENSE +0 -0
  10. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/main.py +0 -0
  11. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/mcpower_proxy.egg-info/SOURCES.txt +0 -0
  12. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/mcpower_proxy.egg-info/dependency_links.txt +0 -0
  13. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/mcpower_proxy.egg-info/entry_points.txt +0 -0
  14. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/mcpower_proxy.egg-info/requires.txt +0 -0
  15. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/mcpower_proxy.egg-info/top_level.txt +0 -0
  16. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/__init__.py +0 -0
  17. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/apis/__init__.py +0 -0
  18. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/apis/security_policy.py +0 -0
  19. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/logs/__init__.py +0 -0
  20. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/logs/audit_trail.py +0 -0
  21. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/logs/logger.py +0 -0
  22. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/redaction/__init__.py +0 -0
  23. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/redaction/constants.py +0 -0
  24. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/redaction/gitleaks_rules.py +0 -0
  25. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/redaction/pii_rules.py +0 -0
  26. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/redaction/redactor.py +0 -0
  27. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/__init__.py +0 -0
  28. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/classes.py +0 -0
  29. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/confirmation.py +0 -0
  30. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/simple_dialog.py +0 -0
  31. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/xdialog/__init__.py +0 -0
  32. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/xdialog/constants.py +0 -0
  33. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/xdialog/mac_dialogs.py +0 -0
  34. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/xdialog/tk_dialogs.py +0 -0
  35. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/xdialog/windows_custom_dialog.py +0 -0
  36. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/xdialog/windows_dialogs.py +0 -0
  37. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/xdialog/windows_structs.py +0 -0
  38. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/xdialog/yad_dialogs.py +0 -0
  39. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/ui/xdialog/zenity_dialogs.py +0 -0
  40. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/utils/__init__.py +0 -0
  41. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/utils/cli.py +0 -0
  42. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/utils/config.py +0 -0
  43. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/utils/copy.py +0 -0
  44. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/utils/ids.py +0 -0
  45. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/utils/json.py +0 -0
  46. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/modules/utils/mcp_configs.py +0 -0
  47. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/wrapper/__init__.py +0 -0
  48. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/wrapper/middleware.py +0 -0
  49. {mcpower_proxy-0.0.69 → mcpower_proxy-0.0.70}/src/wrapper/schema.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcpower-proxy
3
- Version: 0.0.69
3
+ Version: 0.0.70
4
4
  Summary: MCPower Security proxy
5
5
  Author-email: MCPower Security <support@mcpower.tech>
6
6
  License: Apache License
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mcpower-proxy"
3
- version = "0.0.69"
3
+ version = "0.0.70"
4
4
  description = "MCPower Security proxy"
5
5
  readme = "README.md"
6
6
  requires-python = "~=3.11.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcpower-proxy
3
- Version: 0.0.69
3
+ Version: 0.0.70
4
4
  Summary: MCPower Security proxy
5
5
  Author-email: MCPower Security <support@mcpower.tech>
6
6
  License: Apache License
@@ -3,4 +3,4 @@
3
3
  Wrapper MCP Server Version
4
4
  """
5
5
 
6
- __version__ = "0.0.69"
6
+ __version__ = "0.0.70"
@@ -54,7 +54,7 @@ def create_wrapper_server(wrapper_server_name: str,
54
54
  # Create FastMCP server as proxy with our security-aware ProxyClient
55
55
  # Use StatefulProxyClient for remote servers (mcp-remote or url-based transports)
56
56
  config_str = safe_json_dumps(wrapped_server_configs)
57
- is_remote = '"mcp-remote",' in config_str or '"url":' in config_str
57
+ is_remote = '"@mcpower/mcp-remote",' in config_str or '"url":' in config_str
58
58
  backend_class = StatefulProxyClient if is_remote else ProxyClient
59
59
  backend = backend_class(
60
60
  wrapped_server_configs,
File without changes
File without changes
File without changes