@1claw/mcp 0.34.4 → 0.35.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -307,4 +307,4 @@ Configure these via the agent's `shroud_config` JSON in the dashboard, SDK (`Cre
307
307
 
308
308
  This package is registered as `io.github.1clawAI/1claw-mcp` on the [MCP Registry](https://registry.modelcontextprotocol.io). Publishing uses the "Publish to MCP Registry" workflow on `1clawAI/1claw-mcp` (GitHub OIDC).
309
309
 
310
- npm: `@1claw/mcp` v0.34.2
310
+ npm: `@1claw/mcp` v0.35.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1claw/mcp",
3
- "version": "0.34.4",
3
+ "version": "0.35.0",
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",