@ontrails/mcp 1.0.0-beta.30 → 1.0.0-beta.32

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/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @ontrails/mcp
2
2
 
3
+ ## 1.0.0-beta.32
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3e5c0fc]
8
+ - Updated dependencies [f3c4fef]
9
+ - Updated dependencies [cb0a9d8]
10
+ - Updated dependencies [21c6dda]
11
+ - Updated dependencies [fe72b84]
12
+ - @ontrails/core@1.0.0-beta.32
13
+
14
+ ## 1.0.0-beta.31
15
+
16
+ ### Patch Changes
17
+
18
+ - ee9f3ae: Let Warden fix capabilities declare downstream scan targets and have Regrade
19
+ honor those targets for Warden-backed term-rewrite classes.
20
+
21
+ Dogfood the first safe facet-to-trailhead prose rewrite through project-local
22
+ Warden rules and Regrade.
23
+
24
+ - Updated dependencies [4cd5d4e]
25
+ - Updated dependencies [38907cc]
26
+ - @ontrails/core@1.0.0-beta.31
27
+
3
28
  ## 1.0.0-beta.30
4
29
 
5
30
  ### Patch Changes
package/README.md CHANGED
@@ -84,7 +84,7 @@ Trail examples are projected as structured metadata under `_meta["ontrails/examp
84
84
 
85
85
  Cold context is projected through MCP resources, not extra Trails resources. `surface(graph)` and `createServer(graph)` expose MCP resources by default:
86
86
 
87
- - `trails://surface-map` lists the resolved MCP tool projection, including ordinary tools, facet tools, schemas, versions, deferred hints, and member trail IDs.
87
+ - `trails://surface-map` lists the resolved MCP tool projection, including ordinary tools, trailhead tools, schemas, versions, deferred hints, and member trail IDs.
88
88
  - `trails://examples/<trailId>` exposes structured examples for exposed trails that define examples.
89
89
  - `trails://trail/<trailId>` exposes MCP-visible graph facts for an exposed trail when graph resources are enabled.
90
90
 
@@ -104,7 +104,7 @@ await surface(graph, {
104
104
 
105
105
  Graph resources are opt-in for general MCP hosts because they widen cold context for every exposed trail. The Trails operator enables them so agents can inspect high-signal graph facts without invoking another tool.
106
106
 
107
- Facet definitions may set `mcp: { loading: 'deferred' }`. In this release, deferred loading is a compatibility hint under `_meta["ontrails/deferred"]`; the MCP tool schema remains present so clients that do not understand deferred loading continue to work.
107
+ Trailhead definitions may set `mcp: { loading: 'deferred' }`. In this release, deferred loading is a compatibility hint under `_meta["ontrails/deferred"]`; the MCP tool schema remains present so clients that do not understand deferred loading continue to work.
108
108
 
109
109
  ## Tool naming
110
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontrails/mcp",
3
- "version": "1.0.0-beta.30",
3
+ "version": "1.0.0-beta.32",
4
4
  "files": [
5
5
  "src/**/*.ts",
6
6
  "!src/**/__tests__/**",
@@ -22,7 +22,7 @@
22
22
  "clean": "rm -rf dist *.tsbuildinfo"
23
23
  },
24
24
  "dependencies": {
25
- "@ontrails/core": "^1.0.0-beta.30"
25
+ "@ontrails/core": "^1.0.0-beta.32"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@modelcontextprotocol/sdk": "^1.28.0",