@jacobmolz/mcpguard 0.3.1 → 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.
- package/README.md +3 -1
- 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
|
-

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

|
|
75
|
+
|
|
74
76
|
```
|
|
75
77
|
Client -> Bridge (stdio) -> Daemon (Unix socket) -> Upstream MCP Server
|
|
76
78
|
|
|
package/package.json
CHANGED