@unified-product-graph/cloud-server 0.9.17 → 0.9.19

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schema_version": "2",
3
3
  "package": "@unified-product-graph/cloud-server",
4
- "package_version": "0.9.17",
4
+ "package_version": "0.9.19",
5
5
  "tool_count": 95,
6
6
  "domains": [
7
7
  "products",
@@ -244,7 +244,7 @@
244
244
  },
245
245
  {
246
246
  "name": "get_tree",
247
- "description": "Assemble a canonical tree pattern (ost, okr, user, product, validation, strategy, feature_areas) from the product graph. Walks the pattern's type-driven child map over the live graph (drift-proof, follows whatever edge wired each parent to a child of the expected type), roots at the pattern anchor with fallback, and reports structural gaps. Returns nested data, not rendered text.",
247
+ "description": "Assemble a canonical tree pattern (ost, okr, user, product, validation, strategy, feature_areas, delivery, architecture, journey, design_system) from the product graph. Walks the pattern's type-driven child map over the live graph (drift-proof, follows whatever edge wired each parent to a child of the expected type), roots at the pattern anchor with fallback, and reports structural gaps. Returns nested data, not rendered text.",
248
248
  "domain": "context",
249
249
  "inputSchema": {
250
250
  "type": "object",
@@ -255,7 +255,7 @@
255
255
  },
256
256
  "pattern": {
257
257
  "type": "string",
258
- "description": "Tree pattern id: ost, okr, user, product, validation, strategy, feature_areas"
258
+ "description": "Tree pattern id: ost, okr, user, product, validation, strategy, feature_areas, delivery, architecture, journey, design_system"
259
259
  },
260
260
  "from_id": {
261
261
  "type": "string",
@@ -291,7 +291,7 @@
291
291
  "query",
292
292
  "list_playbooks"
293
293
  ],
294
- "source": "src/tools/tree.ts:47",
294
+ "source": "src/tools/tree.ts:49",
295
295
  "symbol": "getTree",
296
296
  "returns": "JSON: `{ pattern, framework_id?, anchor_type, anchor_used,\nanchor_resolved_from?, roots: TreeNode[], stats: { nodes, levels, truncated },\ngaps: [{ node_id, type, title, missing }] }`. Structured data, never rendered text.",
297
297
  "return_shape": "{ pattern, framework_id?, anchor_type, anchor_used, anchor_resolved_from?, roots: TreeNode[], stats: { nodes, levels, truncated }, gaps: [{ node_id, type, title, missing }] }",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unified-product-graph/cloud-server",
3
- "version": "0.9.17",
3
+ "version": "0.9.19",
4
4
  "description": "Postgres-backed MCP server for the Unified Product Graph, self-hostable, open source",
5
5
  "license": "MIT",
6
6
  "author": "The Product Creator <hello@theproductcreator.com>",
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@modelcontextprotocol/sdk": "^1.27.0",
43
- "@unified-product-graph/core": "0.9.17",
44
- "@unified-product-graph/sdk": "0.9.17",
43
+ "@unified-product-graph/core": "0.9.19",
44
+ "@unified-product-graph/sdk": "0.9.19",
45
45
  "nanoid": "^5.1.0",
46
46
  "pg": "^8.13.0"
47
47
  },