@atrib/verify-mcp 0.2.17 → 0.2.18

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 +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @atrib/verify-mcp
2
2
 
3
- MCP server exposing the `atrib-verify` cognitive primitive. It verifies counterparty handoff evidence before a receiving agent signs follow-up work that cites those records through `informed_by`.
3
+ MCP server exposing the `atrib-verify` cognitive primitive for Atrib's verifiable action layer. It verifies counterparty handoff evidence before a receiving agent signs follow-up work that cites those records through `informed_by`.
4
4
 
5
5
  The package is read-only. It accepts caller-supplied evidence, returns accepted and rejected hashes, and leaves the follow-up signing step to `atrib-emit` or normal wrapped tool calls.
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atrib/verify-mcp",
3
- "version": "0.2.17",
4
- "description": "MCP server for atrib. Verifies counterparty handoff evidence before an agent links follow-up work through informed_by.",
3
+ "version": "0.2.18",
4
+ "description": "MCP server for Atrib's verifiable action layer. Verifies handoff evidence before agents link follow-up work.",
5
5
  "author": "atrib <hello@atrib.dev>",
6
6
  "keywords": [
7
7
  "atrib",
@@ -25,8 +25,8 @@
25
25
  "dependencies": {
26
26
  "@modelcontextprotocol/sdk": "^1.29.0",
27
27
  "zod": "^4.4.3",
28
- "@atrib/mcp": "0.18.1",
29
- "@atrib/verify": "0.7.10"
28
+ "@atrib/mcp": "0.19.0",
29
+ "@atrib/verify": "0.8.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@noble/ed25519": "^3.1.0",