@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.
- package/README.md +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)
|
|
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