multicorn-shield 0.2.2 → 0.6.0
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/dist/multicorn-proxy.js +617 -311
- package/dist/openclaw-plugin/multicorn-shield.js +12 -1
- package/dist/shield-extension.js +792 -32
- package/package.json +22 -33
package/README.md
CHANGED
|
@@ -38,6 +38,8 @@ npm install -g multicorn-shield
|
|
|
38
38
|
npx multicorn-proxy init
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
+
The init wizard supports multiple agents. Run it again to add agents on different platforms (OpenClaw, Claude Code, Cursor) without losing existing config. Use `npx multicorn-proxy agents` to see configured agents.
|
|
42
|
+
|
|
41
43
|
**Step 3: Wrap your MCP server**
|
|
42
44
|
|
|
43
45
|
```bash
|
|
@@ -194,7 +196,7 @@ With the dashboard you can:
|
|
|
194
196
|
The dashboard works with both the SDK integration and the MCP proxy. No extra setup needed.
|
|
195
197
|
|
|
196
198
|
<p align="center">
|
|
197
|
-
<img src="https://multicorn.ai/
|
|
199
|
+
<img src="https://app.multicorn.ai/og-image-shield.png" alt="Dashboard overview showing total actions, blocked count, spend, and live activity feed" width="800" />
|
|
198
200
|
</p>
|
|
199
201
|
|
|
200
202
|
<p align="center">
|