@atrib/verify-mcp 1.0.1 → 1.0.2

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 +3 -3
package/README.md CHANGED
@@ -162,7 +162,7 @@ For local MCP host testing without npm:
162
162
 
163
163
  ## Status
164
164
 
165
- Public package for cognitive primitive #7. It depends on `@atrib/verify` for verifier semantics and keeps the MCP surface read-only.
165
+ Deprecated on npm; superseded by the `recall` verification parameter in `@atrib/recall`, with the `atrib-verify` tool name mounted as a permanent alias. Historically cognitive primitive #7. It depends on `@atrib/verify` for verifier semantics and keeps the MCP surface read-only.
166
166
 
167
167
  ## License
168
168
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atrib/verify-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
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": [
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@modelcontextprotocol/sdk": "^1.29.0",
27
- "@atrib/verify": "0.9.0",
28
- "@atrib/recall": "1.0.0"
27
+ "@atrib/recall": "2.0.0",
28
+ "@atrib/verify": "0.10.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@noble/ed25519": "^3.1.0",