@unified-product-graph/cloud-server 0.8.1 → 0.8.4

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 CHANGED
@@ -4,6 +4,14 @@ All notable changes to `@unified-product-graph/cloud-server` are documented in t
4
4
 
5
5
  This package co-versions with `@unified-product-graph/core` and `@unified-product-graph/mcp-server`. One version line covers the spec and both reference implementations.
6
6
 
7
+ ## 0.8.4 · 2026-06-02 · Framework exercises train
8
+
9
+ Co-version with the `@unified-product-graph/*` 0.8.4 release train (framework exercises led by `core`/`sdk`/`mcp-server`, folding the 0.8.3 CLI/MCP wiring fixes). No cloud-server surface change; co-versioned for a clean install matrix.
10
+
11
+ ## 0.8.2 · 2026-06-02 · E2E remediation train
12
+
13
+ Co-version with the `@unified-product-graph/*` 0.8.2 release train. No cloud-server surface changes; co-versioned for a clean install matrix alongside the shared write-validation and skills work led by `core`, `sdk`, and `mcp-server`.
14
+
7
15
  ## 0.7.6 · 2026-05-30 · Tool UX train (mcp-server lead)
8
16
 
9
17
  This line is led by `@unified-product-graph/mcp-server` (the `start` tool, `create_node` orphan warning, authored return shapes, and the dissolved singleton tool groups). The cloud server itself is unchanged at runtime; it co-versions and picks up the shared `mcp-tooling` generator changes:
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schema_version": "2",
3
3
  "package": "@unified-product-graph/cloud-server",
4
- "package_version": "0.8.1",
4
+ "package_version": "0.8.4",
5
5
  "tool_count": 91,
6
6
  "domains": [
7
7
  "products",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unified-product-graph/cloud-server",
3
- "version": "0.8.1",
3
+ "version": "0.8.4",
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>",