@node9/proxy 1.3.0 → 1.3.1
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 +13 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,6 +15,19 @@ While others try to _guess_ if a prompt is malicious (Semantic Security), Node9
|
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
18
|
+
## Contents
|
|
19
|
+
|
|
20
|
+
| | |
|
|
21
|
+
| ------------------------------------------------- | -------------------------------------------------- |
|
|
22
|
+
| [💎 The Aha Moment](#-the-aha-moment) | [🌐 MCP Gateway](#-mcp-gateway) |
|
|
23
|
+
| [⚡ Key Features](#-key-features) | [🔗 Config Precedence](#-configuration-precedence) |
|
|
24
|
+
| [🎮 Try it Live](#-try-it-live) | [⚙️ Custom Rules](#️-custom-rules-advanced) |
|
|
25
|
+
| [🚀 Quick Start](#-quick-start) | [🖥️ CLI Reference](#️-cli-reference) |
|
|
26
|
+
| [🛡️ How Protection Works](#️-how-protection-works) | [🔧 Troubleshooting](#-troubleshooting) |
|
|
27
|
+
| [🛠 Protection Modes](#-protection-modes) | [🗺️ Roadmap](#️-roadmap) |
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
18
31
|
## 💎 The "Aha!" Moment
|
|
19
32
|
|
|
20
33
|
**AIs are literal.** When you ask an agent to "Fix my disk space," it might decide to run `docker system prune -af`.
|