@atrib/verify-mcp 1.0.0 → 1.0.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atrib/verify-mcp",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Legacy home of atrib's handoff-verification read primitive. Superseded by @atrib/recall (the read verb, verification parameter);
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Legacy home of atrib's handoff-verification read primitive. Superseded by @atrib/recall (the read verb, verification parameter); re-exports the same surface, forwards the atrib-verify binary, and keeps a hard dependency on the @atrib/verify library.",
|
|
5
5
|
"author": "atrib <hello@atrib.dev>",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"atrib",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
27
|
-
"@atrib/
|
|
28
|
-
"@atrib/
|
|
27
|
+
"@atrib/verify": "0.9.0",
|
|
28
|
+
"@atrib/recall": "1.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@noble/ed25519": "^3.1.0",
|