@aspect-warden/mcp-server 0.5.0 → 0.5.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/package.json +2 -2
package/README.md
CHANGED
|
@@ -130,8 +130,8 @@ Wallet private keys and policy configuration are automatically saved to `~/.ward
|
|
|
130
130
|
|
|
131
131
|
- **Storage**: `~/.warden/wallet-state.enc` (encrypted, file permissions `0600`)
|
|
132
132
|
- **Encryption**: AES-256-CBC with key derived from `WARDEN_STORAGE_KEY` env var (or machine-scoped default)
|
|
133
|
-
- **What's persisted**: private key, agent ID, policy configuration
|
|
134
|
-
- **
|
|
133
|
+
- **What's persisted**: private key, agent ID, policy configuration, spending tracker, audit log, frozen state, session keys, permission grants
|
|
134
|
+
- **Full state recovery**: everything survives restarts — works seamlessly with OpenClaw and other MCP clients that may restart the server between calls
|
|
135
135
|
|
|
136
136
|
To use a different wallet, simply call `warden_create_wallet` again — it overwrites the saved state.
|
|
137
137
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aspect-warden/mcp-server",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"warden-mcp": "dist/index.js"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"start": "node dist/index.js"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@aspect-warden/policy-engine": "^0.
|
|
15
|
+
"@aspect-warden/policy-engine": "^0.5.0",
|
|
16
16
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
17
17
|
"zod": "^3.22.0",
|
|
18
18
|
"viem": "^2.0.0"
|