@unified-product-graph/cloud-server 0.8.15 → 0.9.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.8.15",
4
+ "package_version": "0.9.0",
5
5
  "tool_count": 93,
6
6
  "domains": [
7
7
  "products",
@@ -2324,7 +2324,7 @@
2324
2324
  },
2325
2325
  {
2326
2326
  "name": "list_cross_edge_types",
2327
- "description": "List the canonical cross-product edge types from UPG_CROSS_EDGE_TYPES (shares_persona, shares_competitor, shares_metric, depends_on_product, cannibalises, succeeds). Portfolio-level relationships between entities in different products, separate from the within-product UPG_EDGE_CATALOG.",
2327
+ "description": "List the canonical cross-product edge types from UPG_CROSS_EDGE_TYPES (shares_persona, shares_competitor, shares_metric, depends_on_product, cannibalises, succeeds, hosts). Portfolio-level relationships between entities in different products, separate from the within-product UPG_EDGE_CATALOG.",
2328
2328
  "domain": "spec",
2329
2329
  "inputSchema": {
2330
2330
  "type": "object",
@@ -3047,7 +3047,7 @@
3047
3047
  },
3048
3048
  {
3049
3049
  "name": "create_cross_product_edge",
3050
- "description": "Create a cross-product edge linking entities across different products. Type must be one of the canonical UPG cross-edge types: shares_persona, shares_competitor, shares_metric, depends_on_product, cannibalises, succeeds.",
3050
+ "description": "Create a cross-product edge linking entities across different products. Type must be one of the canonical UPG cross-edge types: shares_persona, shares_competitor, shares_metric, depends_on_product, cannibalises, succeeds, hosts.",
3051
3051
  "domain": "portfolio",
3052
3052
  "inputSchema": {
3053
3053
  "type": "object",
@@ -3073,7 +3073,8 @@
3073
3073
  "shares_metric",
3074
3074
  "depends_on_product",
3075
3075
  "cannibalises",
3076
- "succeeds"
3076
+ "succeeds",
3077
+ "hosts"
3077
3078
  ]
3078
3079
  }
3079
3080
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unified-product-graph/cloud-server",
3
- "version": "0.8.15",
3
+ "version": "0.9.0",
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.8.15",
44
- "@unified-product-graph/sdk": "0.8.15",
43
+ "@unified-product-graph/core": "0.9.0",
44
+ "@unified-product-graph/sdk": "0.9.0",
45
45
  "nanoid": "^5.1.0",
46
46
  "pg": "^8.13.0"
47
47
  },