@1claw/mcp 0.29.0 → 0.30.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,6 +72,8 @@ pnpm run build
72
72
  | `platform_list_apps` | List all platform apps in the caller's org. |
73
73
  | `platform_create_app` | Register a new platform app (returns `plt_` API key). User-only. |
74
74
  | `platform_bootstrap_user` | Bootstrap resources (vault, agent, policies) for a connected user from a template. |
75
+ | `platform_reissue_claim` | Reissue a claim URL for an already-bootstrapped connection without re-provisioning resources. |
76
+ | `platform_rotate_key` | Rotate the API key for a platform app. Returns the new `plt_` key (one-time). |
75
77
  | `treasury_propose` | Create a treasury multisig proposal (transaction intent for Safe signers to approve). |
76
78
  | `treasury_sign_proposal` | Sign or reject a treasury proposal. Submits an EIP-712 signature; auto-executes if threshold is met. |
77
79
  | `treasury_list_proposals` | List proposals for a treasury, optionally filtered by status (pending, approved, executed, rejected, expired). |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1claw/mcp",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "MCP server for the 1claw secrets vault — lets AI agents fetch, store, and manage secrets at runtime",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",