@atrib/recall 0.12.5 → 0.12.6
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/dist/graph.js +1 -1
- package/package.json +2 -2
package/dist/graph.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*
|
|
5
5
|
* Wires the §3.2.4 derived-graph shape that the recall_walk handler and
|
|
6
6
|
* the rank_by='causal_distance' path need, but scoped to the four
|
|
7
|
-
*
|
|
7
|
+
* edge types for "what records causally inform this one":
|
|
8
8
|
*
|
|
9
9
|
* CHAIN_PRECEDES (weight 1): direct chain link.
|
|
10
10
|
* chain_root != genesisChainRoot(context_id) implies a prior record
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atrib/recall",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.6",
|
|
4
4
|
"description": "MCP server for atrib. Lets agents query their own provable past from the local signed-record mirror with per-record signature verification.",
|
|
5
5
|
"author": "atrib <hello@atrib.dev>",
|
|
6
6
|
"keywords": [
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
26
26
|
"zod": "^4.3.6",
|
|
27
|
-
"@atrib/mcp": "0.15.
|
|
27
|
+
"@atrib/mcp": "0.15.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^25.9.1",
|