@tenova/swt3-mcp 0.5.3 → 0.5.4

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
@@ -236,7 +236,7 @@ Every anchor maps to specific regulatory obligations:
236
236
  `witness_authorization` -- witness pre-inference authorization decisions.
237
237
 
238
238
  **Discovery:**
239
- `list_procedures` -- browse the UCT procedure registry (151+ controls).
239
+ `list_procedures` -- browse the UCT procedure registry (204+ controls).
240
240
  `suggest_procedures` -- get recommended procedures based on your use case.
241
241
  `check_posture` -- check current tenant compliance posture.
242
242
  `signup` -- create a free account without leaving your editor.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tenova/swt3-mcp",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "mcpName": "io.tenova/swt3-witness",
5
5
  "description": "Cryptographic compliance witnessing and accountability governance for AI agents. EU AI Act, NIST AI RMF, OWASP Agentic Top 10, CMMC, SR 11-7. Tool policy gates, trust mesh, inference attestation, audit sessions. Zero-config demo.",
6
6
  "type": "module",