@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.
- package/README.md +0 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -73,16 +73,6 @@ The daemon auto-starts on first connection.
|
|
|
73
73
|
|
|
74
74
|

|
|
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