@jacobmolz/mcpguard 0.3.3 → 0.3.4

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 +0 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -73,16 +73,6 @@ The daemon auto-starts on first connection.
73
73
 
74
74
  ![MCP-Guard Architecture](docs/assets/architecture.svg)
75
75
 
76
- ```
77
- Client -> Bridge (stdio) -> Daemon (Unix socket) -> Upstream MCP Server
78
- |
79
- Interceptor Pipeline
80
- Auth -> Rate Limit -> Permissions
81
- -> Sampling Guard -> PII Detect
82
- |
83
- Audit Tap
84
- ```
85
-
86
76
  - **Daemon** — Long-running process. Manages upstream connections, runs the interceptor pipeline, owns the SQLite database, serves the health dashboard.
87
77
  - **Bridge** — Thin stdio relay (~50 lines). Zero policy logic. Structurally fail-closed.
88
78
  - **CLI** — Stateless commands for management and configuration.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jacobmolz/mcpguard",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
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",