@atrib/verify-mcp 0.2.16 → 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.
- package/README.md +1 -1
- package/package.json +5 -5
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.
|
|
4
|
-
"description": "MCP server for
|
|
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,13 +25,13 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
27
27
|
"zod": "^4.4.3",
|
|
28
|
-
"@atrib/mcp": "0.
|
|
29
|
-
"@atrib/verify": "0.
|
|
28
|
+
"@atrib/mcp": "0.19.0",
|
|
29
|
+
"@atrib/verify": "0.8.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@noble/ed25519": "^3.1.0",
|
|
33
33
|
"@noble/hashes": "^2.2.0",
|
|
34
|
-
"@types/node": "^25.9.
|
|
34
|
+
"@types/node": "^25.9.3",
|
|
35
35
|
"canonicalize": "^3.0.0",
|
|
36
36
|
"tsx": "^4.22.4",
|
|
37
37
|
"typescript": "^6.0.3",
|