@unified-product-graph/cloud-server 0.9.7 → 0.9.9
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/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/tools-manifest.json +3 -3
- package/package.json +3 -3
package/dist/tools-manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "2",
|
|
3
3
|
"package": "@unified-product-graph/cloud-server",
|
|
4
|
-
"package_version": "0.9.
|
|
4
|
+
"package_version": "0.9.9",
|
|
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, hosts, contributes_to, instance_of). Portfolio-level relationships between entities in different products, separate from the within-product UPG_EDGE_CATALOG. instance_of
|
|
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, contributes_to, instance_of, area_serves_persona, area_targets_market_segment, rolls_up_to). Portfolio-level relationships between entities in different products, separate from the within-product UPG_EDGE_CATALOG. instance_of and the area edges (area_serves_persona / area_targets_market_segment) are created via the registry/portfolio tooling in the local MCP server; rolls_up_to (a product metric feeding a company metric) via create_cross_product_edge.",
|
|
2328
2328
|
"domain": "spec",
|
|
2329
2329
|
"inputSchema": {
|
|
2330
2330
|
"type": "object",
|
|
@@ -3201,7 +3201,7 @@
|
|
|
3201
3201
|
"list_portfolio_cross_edges",
|
|
3202
3202
|
"migrate_cross_edges"
|
|
3203
3203
|
],
|
|
3204
|
-
"source": "src/tools/portfolio.ts:
|
|
3204
|
+
"source": "src/tools/portfolio.ts:150",
|
|
3205
3205
|
"symbol": "repairDanglingEdges",
|
|
3206
3206
|
"returns": "JSON: `{ dangling: [{ id, source, target, type }], dangling_count, dry_run, dropped }`",
|
|
3207
3207
|
"return_shape": "{ dangling: [{ id, source, target, type }], dangling_count, dry_run, dropped }",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unified-product-graph/cloud-server",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.9",
|
|
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.
|
|
44
|
-
"@unified-product-graph/sdk": "0.9.
|
|
43
|
+
"@unified-product-graph/core": "0.9.9",
|
|
44
|
+
"@unified-product-graph/sdk": "0.9.9",
|
|
45
45
|
"nanoid": "^5.1.0",
|
|
46
46
|
"pg": "^8.13.0"
|
|
47
47
|
},
|