save-forever-mcp 0.1.0 → 0.2.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/dist/{ccip-X5HB77FX.js → ccip-7N4DENAM.js} +1 -1
- package/dist/{chunk-MDUN2K7E.js → chunk-4UXTALEH.js} +2 -2
- package/dist/{chunk-IS73UAH3.js → chunk-ZGDY5OSW.js} +208 -2084
- package/dist/{secp256k1-YU6BFYUO.js → secp256k1-JRPUSUH3.js} +1 -1
- package/dist/server.js +1447 -14583
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "save-forever-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "MCP server for Save Forever: permanently archive an end-to-end-encrypted file on Arweave (paid per-use via x402, USDC on Base) and retrieve it — exposed as native agent tools for Claude Desktop, Cursor, and other MCP hosts.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|