@unified-product-graph/cloud-server 0.6.0 → 0.7.0

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.6.0",
4
+ "package_version": "0.7.0",
5
5
  "tool_count": 91,
6
6
  "domains": [
7
7
  "products",
@@ -416,7 +416,7 @@
416
416
  "delete_node",
417
417
  "validate_graph"
418
418
  ],
419
- "source": "src/tools/nodes.ts:587",
419
+ "source": "src/tools/nodes.ts:602",
420
420
  "symbol": "deduplicateNodes",
421
421
  "returns": "With `dry_run: true` (default): `{ canonical_id, duplicate_ids,\nedges_to_rebind, nodes_to_delete, dry_run }`. With `dry_run: false`:\n`{ canonical_id, merged_ids, rebound_edges, removed_self_loops,\nremoved_duplicate_edges, dry_run }`.",
422
422
  "atomicity": "atomic-with-rollback (all mutations committed or rolled back\ntogether)."
@@ -449,7 +449,7 @@
449
449
  "get_node",
450
450
  "deduplicate_nodes"
451
451
  ],
452
- "source": "src/tools/nodes.ts:491",
452
+ "source": "src/tools/nodes.ts:506",
453
453
  "symbol": "deleteNode",
454
454
  "returns": "JSON: `{ deleted_node_id, deleted_node_title, deleted_edge_ids }`.\nErrors propagate from the store (e.g. unknown id).",
455
455
  "atomicity": "atomic-with-rollback"
@@ -601,7 +601,7 @@
601
601
  "get_graph_digest",
602
602
  "get_graph_analytics"
603
603
  ],
604
- "source": "src/tools/nodes.ts:652",
604
+ "source": "src/tools/nodes.ts:667",
605
605
  "symbol": "getProductGraph",
606
606
  "returns": "JSON: `{ product, nodes, edges }`.",
607
607
  "atomicity": "atomic (read-only)"
@@ -692,7 +692,7 @@
692
692
  "resolve_edge_for_pair",
693
693
  "get_valid_children"
694
694
  ],
695
- "source": "src/tools/nodes.ts:521",
695
+ "source": "src/tools/nodes.ts:536",
696
696
  "symbol": "moveNode",
697
697
  "returns": "JSON: `{ node_id, old_parent_id, new_parent_id, edge_created }`.\n`old_parent_id` is `null` when the node had no prior containment edge.",
698
698
  "atomicity": "atomic-with-rollback"
@@ -790,7 +790,7 @@
790
790
  "batch_update_nodes",
791
791
  "get_lifecycle"
792
792
  ],
793
- "source": "src/tools/nodes.ts:419",
793
+ "source": "src/tools/nodes.ts:434",
794
794
  "symbol": "updateNode",
795
795
  "returns": "JSON: `{ node: updatedNode, warning? }`. Errors propagate from\nthe store (e.g. unknown node id).",
796
796
  "atomicity": "atomic-with-rollback"
@@ -3013,7 +3013,7 @@
3013
3013
  "resolve_edge_for_pair",
3014
3014
  "batch_delete_edges"
3015
3015
  ],
3016
- "source": "src/tools/batch.ts:399",
3016
+ "source": "src/tools/batch.ts:405",
3017
3017
  "symbol": "batchCreateEdges",
3018
3018
  "returns": "JSON: `{ created: [{ id, source_id, target_id, type }], count }`.",
3019
3019
  "atomicity": "atomic-with-rollback (BEGIN / COMMIT / ROLLBACK)."
@@ -3130,7 +3130,7 @@
3130
3130
  "batch_create_edges",
3131
3131
  "export_edges"
3132
3132
  ],
3133
- "source": "src/tools/batch.ts:496",
3133
+ "source": "src/tools/batch.ts:502",
3134
3134
  "symbol": "batchDeleteEdges",
3135
3135
  "returns": "JSON: `{ deleted: [id], count }`.",
3136
3136
  "atomicity": "atomic-with-rollback (BEGIN / COMMIT / ROLLBACK)."
@@ -3171,7 +3171,7 @@
3171
3171
  "batch_delete_edges",
3172
3172
  "deduplicate_nodes"
3173
3173
  ],
3174
- "source": "src/tools/batch.ts:332",
3174
+ "source": "src/tools/batch.ts:338",
3175
3175
  "symbol": "batchDeleteNodes",
3176
3176
  "returns": "JSON: `{ deleted: [id], count }`.",
3177
3177
  "atomicity": "atomic-with-rollback (BEGIN / COMMIT / ROLLBACK)."
@@ -3226,7 +3226,7 @@
3226
3226
  "batch_create_edges",
3227
3227
  "resolve_edge_for_pair"
3228
3228
  ],
3229
- "source": "src/tools/batch.ts:567",
3229
+ "source": "src/tools/batch.ts:573",
3230
3230
  "symbol": "batchMoveNodes",
3231
3231
  "returns": "JSON: `{ moved: [{ node_id, new_parent_id }], count }`.",
3232
3232
  "atomicity": "atomic-with-rollback (BEGIN / COMMIT / ROLLBACK)."
@@ -3295,7 +3295,7 @@
3295
3295
  "batch_create_nodes",
3296
3296
  "migrate_type"
3297
3297
  ],
3298
- "source": "src/tools/batch.ts:210",
3298
+ "source": "src/tools/batch.ts:216",
3299
3299
  "symbol": "batchUpdateNodes",
3300
3300
  "returns": "JSON: `{ updated: [id], count }`.",
3301
3301
  "atomicity": "atomic-with-rollback (BEGIN / COMMIT / ROLLBACK)."
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@unified-product-graph/cloud-server",
3
- "version": "0.6.0",
4
- "description": "Postgres-backed MCP server for the Unified Product Graph \u2014 self-hostable, open source",
3
+ "version": "0.7.0",
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>",
7
7
  "homepage": "https://unifiedproductgraph.org",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/unified-product-graph/cloud-server.git"
10
+ "url": "git+https://github.com/unified-product-graph/tools.git",
11
+ "directory": "packages/cloud-server"
11
12
  },
12
13
  "type": "module",
13
14
  "bin": {
@@ -46,12 +47,12 @@
46
47
  },
47
48
  "devDependencies": {
48
49
  "@types/pg": "^8.11.0",
50
+ "@unified-product-graph/mcp-tooling": "*",
51
+ "eslint": "^9.0.0",
49
52
  "tsup": "^8.0.0",
50
53
  "tsx": "^4.0.0",
51
54
  "typescript": "^5.8.0",
52
- "typescript-eslint": "^8.0.0",
53
- "eslint": "^9.0.0",
54
- "@unified-product-graph/mcp-tooling": "*"
55
+ "typescript-eslint": "^8.0.0"
55
56
  },
56
57
  "engines": {
57
58
  "node": ">=20"
@@ -60,7 +61,7 @@
60
61
  "access": "public"
61
62
  },
62
63
  "bugs": {
63
- "url": "https://github.com/unified-product-graph/cloud-server/issues"
64
+ "url": "https://github.com/unified-product-graph/tools/issues"
64
65
  },
65
66
  "keywords": [
66
67
  "mcp",