@jacobmolz/mcpguard 0.3.2 → 0.3.3

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Security proxy daemon for MCP servers — adds authentication, rate limiting, PII detection, permission scoping, and audit logging without modifying upstream servers.
8
8
 
9
- ![MCP-Guard Architecture](docs/assets/architecture.svg)
9
+ ![MCP-Guard Demo](docs/assets/demo.gif)
10
10
 
11
11
  ## What is this?
12
12
 
@@ -71,6 +71,8 @@ The daemon auto-starts on first connection.
71
71
 
72
72
  ## Architecture
73
73
 
74
+ ![MCP-Guard Architecture](docs/assets/architecture.svg)
75
+
74
76
  ```
75
77
  Client -> Bridge (stdio) -> Daemon (Unix socket) -> Upstream MCP Server
76
78
  |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobmolz/mcpguard",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Security proxy daemon for MCP servers — adds auth, rate limiting, PII detection, and audit logging",
5
5
  "author": "Jacob Molz",
6
6
  "license": "MIT",