@1claw/mcp 0.47.0 → 0.47.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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -131,6 +131,14 @@ pnpm run build
131
131
  | `list_delegations` | List agent-to-agent delegations for the current agent or a specified agent. |
132
132
  | `create_delegation` | Create a delegation from one agent to another (human-only). Configures allowed tools, daily limits, depth, and mode. |
133
133
  | `get_effective_delegations` | Get the effective delegations for the current agent — used by runtime tools for sub-agent discovery. |
134
+ | `list_cedar_policies` | List Cedar declarative policies for the org (Team+ tier). |
135
+ | `test_cedar_policy` | Dry-run a Cedar policy against a principal/action/resource. |
136
+ | `list_opa_policies` | List OPA Rego policies for the org (Business+ tier). |
137
+ | `test_opa_policy` | Dry-run an OPA policy evaluation. |
138
+ | `list_sub_orgs` | List sub-organizations for the parent org (Enterprise hierarchy). |
139
+ | `create_sub_org` | Create a sub-organization (human-only). |
140
+ | `get_portfolio` | Unified balance aggregator across treasury wallets, signing keys, and smart accounts. |
141
+ | `import_smart_account` | Import an existing Gnosis Safe smart account for an agent. |
134
142
  | `inspect_content` | Analyze arbitrary text for prompt injection, command injection, social engineering, PII, encoding tricks, and more. Works without vault credentials. |
135
143
  | `proxy_request` | **Local daemon mode only.** Make an HTTP request with a secret injected by the daemon. The model specifies the secret name and target URL — the secret value never enters the context window. |
136
144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1claw/mcp",
3
- "version": "0.47.0",
3
+ "version": "0.47.1",
4
4
  "mcpName": "io.github.1clawAI/1claw-mcp",
5
5
  "description": "MCP server for the 1claw secrets vault \u2014 lets AI agents fetch, store, and manage secrets at runtime",
6
6
  "type": "module",