mcpower-proxy 0.0.58__tar.gz → 0.0.60__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.
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/PKG-INFO +13 -1
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/README.md +12 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/pyproject.toml +1 -1
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/mcpower_proxy.egg-info/PKG-INFO +13 -1
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/wrapper/__version__.py +1 -1
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/LICENSE +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/setup.cfg +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/LICENSE +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/main.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/mcpower_proxy.egg-info/SOURCES.txt +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/mcpower_proxy.egg-info/dependency_links.txt +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/mcpower_proxy.egg-info/entry_points.txt +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/mcpower_proxy.egg-info/requires.txt +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/mcpower_proxy.egg-info/top_level.txt +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/__init__.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/apis/__init__.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/apis/security_policy.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/logs/__init__.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/logs/audit_trail.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/logs/logger.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/redaction/__init__.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/redaction/constants.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/redaction/gitleaks_rules.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/redaction/pii_rules.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/redaction/redactor.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/__init__.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/classes.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/confirmation.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/simple_dialog.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/xdialog/__init__.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/xdialog/constants.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/xdialog/mac_dialogs.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/xdialog/tk_dialogs.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/xdialog/windows_custom_dialog.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/xdialog/windows_dialogs.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/xdialog/windows_structs.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/xdialog/yad_dialogs.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/xdialog/zenity_dialogs.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/utils/__init__.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/utils/cli.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/utils/config.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/utils/copy.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/utils/ids.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/utils/json.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/utils/mcp_configs.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/wrapper/__init__.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/wrapper/middleware.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/wrapper/schema.py +0 -0
- {mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/wrapper/server.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcpower-proxy
|
|
3
|
-
Version: 0.0.
|
|
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 -->
|
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Real-time semantic monitoring of AI agent<->MCP Server communication to protect from data leaks and malicious prompt injections.
|
|
4
4
|
|
|
5
|
+
## 🚀 How to use
|
|
6
|
+
|
|
7
|
+
The simplest way to use MCPower is to install the VS Code/Cursor extension:
|
|
8
|
+
|
|
9
|
+
- **VS Code Marketplace**: [Install MCPower](https://marketplace.visualstudio.com/items?itemName=mcpower.mcpower)
|
|
10
|
+
- **Open VSX (Cursor & others)**: [Install MCPower](https://open-vsx.org/extension/mcpower/mcpower)
|
|
11
|
+
|
|
12
|
+
The extension automatically installs and protects all your MCP servers - no manual configuration needed!
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
5
16
|
## Overview
|
|
6
17
|
|
|
7
18
|
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.
|
|
@@ -27,3 +38,4 @@ MCPower is built as a Python-based proxy server that wraps MCP servers and provi
|
|
|
27
38
|
|
|
28
39
|
**VSC Extension**: See [targets/vsc-extension/README.md](targets/vsc-extension/README.md) for installation and user guide
|
|
29
40
|
|
|
41
|
+
<!-- mcp-name: io.github.ai-mcpower/mcpower-proxy -->
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcpower-proxy
|
|
3
|
-
Version: 0.0.
|
|
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 -->
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/mcpower_proxy.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpower_proxy-0.0.58 → mcpower_proxy-0.0.60}/src/modules/ui/xdialog/windows_custom_dialog.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|