@atrib/trace 0.5.17 → 0.5.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 +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @atrib/trace
|
|
2
2
|
|
|
3
|
-
MCP server exposing the `trace` tool
|
|
3
|
+
MCP server exposing the `trace` tool for Atrib's verifiable action layer. It walks a record's `informed_by` chain backward to surface the signed relationship path that led to it.
|
|
4
4
|
|
|
5
5
|
Closes the consumer-side cognitive-loop primitive: recall returns raw records; trace returns the declared-relationship trace, so an agent asking "why did I do X?" can see "X was claimed to be informed by Y, which was claimed to be informed by Z" without manually walking `informed_by` hash-by-hash.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atrib/trace",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "MCP server for
|
|
3
|
+
"version": "0.5.18",
|
|
4
|
+
"description": "MCP server for Atrib's verifiable action layer. Walks informed_by chains to show the signed relationship path.",
|
|
5
5
|
"author": "atrib <hello@atrib.dev>",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"atrib",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
27
27
|
"zod": "^3.25.76",
|
|
28
|
-
"@atrib/mcp": "0.
|
|
28
|
+
"@atrib/mcp": "0.19.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^25.9.3",
|