@atrib/trace 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @atrib/atrib-trace
1
+ # @atrib/trace
2
2
 
3
3
  MCP server exposing the `trace` tool — walks a record's `informed_by` chain backward to surface the reasoning chain that led to it.
4
4
 
@@ -61,7 +61,7 @@ Add to your MCP host config (e.g. `~/.claude.json` `mcpServers`):
61
61
  }
62
62
  ```
63
63
 
64
- Or run as a one-off subprocess via `pnpm --filter @atrib/atrib-trace start`.
64
+ Or run as a one-off subprocess via `pnpm --filter @atrib/trace start`.
65
65
 
66
66
  ## Status
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atrib/trace",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "MCP server for atrib. Walks informed_by chains backward from a record_hash to surface the reasoning chain that produced it.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",