@1claw/mcp 0.36.0 → 0.36.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -76,8 +76,8 @@ pnpm run build
76
76
  | `share_secret` | Share a secret with your creator, a user/agent by ID, or create an open link |
77
77
  | `simulate_transaction` | Simulate a transaction via Tenderly without signing or broadcasting |
78
78
  | `simulate_bundle` | Simulate an ordered sequence of transactions (Tenderly bundle) without signing |
79
- | `submit_transaction` | Submit a transaction intent to be signed and optionally broadcast. Auto-generates an `Idempotency-Key` header for replay protection. |
80
- | `sign_transaction` | Sign-only (no broadcast); returns `signed_tx` for client-side `eth_sendRawTransaction`. |
79
+ | `submit_transaction` | Submit a transaction intent to be signed and optionally broadcast (EVM + Bitcoin, Solana, XRP, Cardano, Tron). Auto-generates an `Idempotency-Key` header for replay protection. |
80
+ | `sign_transaction` | Sign-only (no broadcast). EVM returns `signed_tx` hex; non-EVM returns chain-specific signed payload. |
81
81
  | `list_transactions` | List transaction intents for the agent. |
82
82
  | `get_transaction` | Get one transaction by id (optional `include_signed_tx`). |
83
83
  | `provision_signing_key`| Generate a multi-chain signing key for an agent. Returns public key, address, and metadata. Private key stored securely in vault. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1claw/mcp",
3
- "version": "0.36.0",
3
+ "version": "0.36.1",
4
4
  "mcpName": "io.github.1clawAI/1claw-mcp",
5
5
  "description": "MCP server for the 1claw secrets vault — lets AI agents fetch, store, and manage secrets at runtime",
6
6
  "type": "module",