@atrib/recall 0.14.3 → 0.14.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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `@atrib/recall`
|
|
2
2
|
|
|
3
|
-
MCP server for
|
|
3
|
+
MCP server for Atrib's verifiable action layer. Lets agents query their own provable past from the local signed-record mirror with per-record signature verification.
|
|
4
4
|
|
|
5
5
|
The consumer-side counterpart to `@atrib/emit`: emit produces signed records, recall reads them back and exposes them to the agent through eight MCP tools. Each returned record carries a `signature_verified` boolean so a poorly-written agent treats tampered records as such.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atrib/recall",
|
|
3
|
-
"version": "0.14.
|
|
4
|
-
"description": "MCP server for
|
|
3
|
+
"version": "0.14.4",
|
|
4
|
+
"description": "MCP server for Atrib's verifiable action layer. Lets agents query their own provable past from the local mirror.",
|
|
5
5
|
"author": "atrib <hello@atrib.dev>",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"atrib",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
26
26
|
"zod": "^4.3.6",
|
|
27
|
-
"@atrib/mcp": "0.
|
|
27
|
+
"@atrib/mcp": "0.19.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^25.9.3",
|