mcpower-proxy 0.0.58__py3-none-any.whl → 0.0.60__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 mcpower-proxy might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcpower-proxy
3
- Version: 0.0.58
3
+ Version: 0.0.60
4
4
  Summary: MCPower Security proxy
5
5
  Author-email: MCPower Security <support@mcpower.tech>
6
6
  License: Apache License
@@ -223,6 +223,17 @@ Dynamic: license-file
223
223
 
224
224
  Real-time semantic monitoring of AI agent<->MCP Server communication to protect from data leaks and malicious prompt injections.
225
225
 
226
+ ## 🚀 How to use
227
+
228
+ The simplest way to use MCPower is to install the VS Code/Cursor extension:
229
+
230
+ - **VS Code Marketplace**: [Install MCPower](https://marketplace.visualstudio.com/items?itemName=mcpower.mcpower)
231
+ - **Open VSX (Cursor & others)**: [Install MCPower](https://open-vsx.org/extension/mcpower/mcpower)
232
+
233
+ The extension automatically installs and protects all your MCP servers - no manual configuration needed!
234
+
235
+ ---
236
+
226
237
  ## Overview
227
238
 
228
239
  MCPower is a semantic policy broker that understands *what* your AI agents are doing, not just *where* they're sending data. It acts as an intelligent security layer that intercepts every MCP tool call made by AI agents, analyzes the payload for sensitive information in real-time, and enforces security policies seamlessly.
@@ -248,3 +259,4 @@ MCPower is built as a Python-based proxy server that wraps MCP servers and provi
248
259
 
249
260
  **VSC Extension**: See [targets/vsc-extension/README.md](targets/vsc-extension/README.md) for installation and user guide
250
261
 
262
+ <!-- mcp-name: io.github.ai-mcpower/mcpower-proxy -->
@@ -1,5 +1,5 @@
1
1
  main.py,sha256=4BnzO7q9Atpzgr-_NTc1loRnrRY0m5OxeG9biI-C0es,3707
2
- mcpower_proxy-0.0.58.dist-info/licenses/LICENSE,sha256=U6WUzdnBrbmVxBmY75ikW-KtinwYnowZ7yNb5hECrvY,11337
2
+ mcpower_proxy-0.0.60.dist-info/licenses/LICENSE,sha256=U6WUzdnBrbmVxBmY75ikW-KtinwYnowZ7yNb5hECrvY,11337
3
3
  modules/__init__.py,sha256=mJglXQwSRhU-bBv4LXgfu7NfGN9K4BeQWMPApen5rAA,30
4
4
  modules/apis/__init__.py,sha256=Y5WZpKJzHpnRJebk0F80ZRTjR2PpA2LlYLgqI3XlmRo,15
5
5
  modules/apis/security_policy.py,sha256=AZDHTuOf99WhhzNw9AwC-0KACx1-ZjtQx-Ve3gAKYPM,15000
@@ -32,12 +32,12 @@ modules/utils/ids.py,sha256=i2MjU_sLFpowYb_5pYQKsbz_wJfjpDXkA9Svqy_wiJQ,4622
32
32
  modules/utils/json.py,sha256=8GA2akQsufXIn9HIP4SkFGFShzngexEBzejXi4B-Mfg,4031
33
33
  modules/utils/mcp_configs.py,sha256=DZaujZnF9LlPDJHzyepH7fWSt1GTr-FEmShPCqnZ5aI,1829
34
34
  wrapper/__init__.py,sha256=OJUsuWSoN1JqIHq4bSrzuL7ufcYJcwAmYCrJjLH44LM,22
35
- wrapper/__version__.py,sha256=jIoyYogfGSOLQIW8H1fgvrYwtCA-S0iG76URS_-nd7Y,82
35
+ wrapper/__version__.py,sha256=kVCrxLscp3Bw4MUDFgKEi7-biR8rBMYFVGoHjw_iwyo,82
36
36
  wrapper/middleware.py,sha256=HrxjC0puUxbh7lA0Yp36wJqtJwVsAVZleiqsOKgSt6w,34498
37
37
  wrapper/schema.py,sha256=O-CtKI9eJ4eEnqeUXPCrK7QJAFJrdp_cFbmMyg452Aw,7952
38
38
  wrapper/server.py,sha256=uVtxELALRrQNd-VrPWyLQPiEzxOpG-oCU7bItAeSjYU,2981
39
- mcpower_proxy-0.0.58.dist-info/METADATA,sha256=r6krS73sxDjIzOZPhlbM5dkMdtPtQBA4NAE-PS998ls,15190
40
- mcpower_proxy-0.0.58.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
- mcpower_proxy-0.0.58.dist-info/entry_points.txt,sha256=0smL8dxE7ERNz6XEggNaUC3QzKp8mD-v4q5nVEo0MXE,48
42
- mcpower_proxy-0.0.58.dist-info/top_level.txt,sha256=FLbRkTTggoMB-kq14IH4ZUbNGMGtbxtmiWw0QykRlkU,21
43
- mcpower_proxy-0.0.58.dist-info/RECORD,,
39
+ mcpower_proxy-0.0.60.dist-info/METADATA,sha256=SWdA8p03F1w4Df4eeG-UJtsN-9xrO5geOqAJgj64UXE,15667
40
+ mcpower_proxy-0.0.60.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
+ mcpower_proxy-0.0.60.dist-info/entry_points.txt,sha256=0smL8dxE7ERNz6XEggNaUC3QzKp8mD-v4q5nVEo0MXE,48
42
+ mcpower_proxy-0.0.60.dist-info/top_level.txt,sha256=FLbRkTTggoMB-kq14IH4ZUbNGMGtbxtmiWw0QykRlkU,21
43
+ mcpower_proxy-0.0.60.dist-info/RECORD,,
wrapper/__version__.py CHANGED
@@ -3,4 +3,4 @@
3
3
  Wrapper MCP Server Version
4
4
  """
5
5
 
6
- __version__ = "0.0.58"
6
+ __version__ = "0.0.60"