@unified-product-graph/cloud-server 0.8.0 → 0.8.1
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/tools-manifest.json +2 -2
- package/package.json +1 -1
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.8.
|
|
4
|
+
"package_version": "0.8.1",
|
|
5
5
|
"tool_count": 91,
|
|
6
6
|
"domains": [
|
|
7
7
|
"products",
|
|
@@ -1810,7 +1810,7 @@
|
|
|
1810
1810
|
},
|
|
1811
1811
|
{
|
|
1812
1812
|
"name": "get_playbook",
|
|
1813
|
-
"description": "Return one canonical UPGPlaybook by id (e.g. \"playbook:strategy-outcomes\", \"playbook:business-
|
|
1813
|
+
"description": "Return one canonical UPGPlaybook by id (e.g. \"playbook:strategy-outcomes\", \"playbook:business-gtm-growth\"). Includes the ordered creation_sequence with full step kinds and prompts. IDs are namespace-prefixed; calling with an \"approach:*\" id (or one of the 5 bare-verb approach ids) returns null; route via get_approach for the approach catalog.",
|
|
1814
1814
|
"domain": "spec",
|
|
1815
1815
|
"inputSchema": {
|
|
1816
1816
|
"type": "object",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unified-product-graph/cloud-server",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
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>",
|