@unified-product-graph/cloud-server 0.7.3 → 0.7.5
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 +1 -1
- package/SELF-HOSTING.md +19 -19
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/tools-manifest.json +2 -2
- package/package.json +2 -2
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.7.
|
|
4
|
+
"package_version": "0.7.5",
|
|
5
5
|
"tool_count": 91,
|
|
6
6
|
"domains": [
|
|
7
7
|
"products",
|
|
@@ -3006,7 +3006,7 @@
|
|
|
3006
3006
|
],
|
|
3007
3007
|
"examples": [],
|
|
3008
3008
|
"warnings": [
|
|
3009
|
-
"Inference is catalog-strict
|
|
3009
|
+
"Inference is catalog-strict: an unmapped pair is refused rather\nthan fabricating a `${source}_contains_${target}` edge. Pass an explicit\n`type` (resolved via `resolve_edge_for_pair`) for non-catalog edges."
|
|
3010
3010
|
],
|
|
3011
3011
|
"see": [
|
|
3012
3012
|
"create_edge",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unified-product-graph/cloud-server",
|
|
3
|
-
"version": "0.7.
|
|
4
|
-
"description": "Postgres-backed MCP server for the Unified Product Graph
|
|
3
|
+
"version": "0.7.5",
|
|
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",
|