multicorn-shield 0.6.0 → 0.6.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 +2 -2
- package/dist/shield-extension.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-

|
|
2
2
|
|
|
3
3
|
# Multicorn Shield
|
|
4
4
|
|
|
@@ -196,7 +196,7 @@ With the dashboard you can:
|
|
|
196
196
|
The dashboard works with both the SDK integration and the MCP proxy. No extra setup needed.
|
|
197
197
|
|
|
198
198
|
<p align="center">
|
|
199
|
-
<img src="https://
|
|
199
|
+
<img src="https://multicorn.ai/images/og-image-shield.png" alt="Dashboard overview showing total actions, blocked count, spend, and live activity feed" width="800" />
|
|
200
200
|
</p>
|
|
201
201
|
|
|
202
202
|
<p align="center">
|
package/dist/shield-extension.js
CHANGED
|
@@ -22358,7 +22358,7 @@ async function writeExtensionBackup(claudeDesktopConfigPath, mcpServers) {
|
|
|
22358
22358
|
|
|
22359
22359
|
// package.json
|
|
22360
22360
|
var package_default = {
|
|
22361
|
-
version: "0.6.
|
|
22361
|
+
version: "0.6.1"};
|
|
22362
22362
|
|
|
22363
22363
|
// src/package-meta.ts
|
|
22364
22364
|
var PACKAGE_VERSION = package_default.version;
|