@unified-product-graph/mcp-server 0.6.2 → 0.7.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.
- package/CHANGELOG.md +6 -0
- package/TOOLS.md +26 -1
- package/dist/index.js +148 -22251
- package/dist/index.js.map +1 -1
- package/dist/tools-manifest.json +15 -15
- package/package.json +2 -1
package/dist/tools-manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "2",
|
|
3
3
|
"package": "@unified-product-graph/mcp-server",
|
|
4
|
-
"package_version": "0.
|
|
4
|
+
"package_version": "0.7.0",
|
|
5
5
|
"tool_count": 93,
|
|
6
6
|
"domains": [
|
|
7
7
|
"context",
|
|
@@ -1963,7 +1963,7 @@
|
|
|
1963
1963
|
"trace",
|
|
1964
1964
|
"reflect"
|
|
1965
1965
|
],
|
|
1966
|
-
"source": "src/tools/spec.ts:
|
|
1966
|
+
"source": "src/tools/spec.ts:321",
|
|
1967
1967
|
"symbol": "getApproach",
|
|
1968
1968
|
"returns": "JSON: the full `UPGApproach` record.",
|
|
1969
1969
|
"atomicity": "atomic (read-only)"
|
|
@@ -2001,7 +2001,7 @@
|
|
|
2001
2001
|
"list_anti_patterns",
|
|
2002
2002
|
"get_playbook"
|
|
2003
2003
|
],
|
|
2004
|
-
"source": "src/tools/spec.ts:
|
|
2004
|
+
"source": "src/tools/spec.ts:746",
|
|
2005
2005
|
"symbol": "getDomainGuide",
|
|
2006
2006
|
"returns": "JSON: the full `UPGDomainUsageGuide` record.",
|
|
2007
2007
|
"atomicity": "atomic (read-only)"
|
|
@@ -2261,7 +2261,7 @@
|
|
|
2261
2261
|
"get_framework",
|
|
2262
2262
|
"get_region"
|
|
2263
2263
|
],
|
|
2264
|
-
"source": "src/tools/spec.ts:
|
|
2264
|
+
"source": "src/tools/spec.ts:253",
|
|
2265
2265
|
"symbol": "getPlaybook",
|
|
2266
2266
|
"returns": "JSON: the full `UPGPlaybook` record.",
|
|
2267
2267
|
"atomicity": "atomic (read-only)"
|
|
@@ -2513,7 +2513,7 @@
|
|
|
2513
2513
|
"plan",
|
|
2514
2514
|
"reflect"
|
|
2515
2515
|
],
|
|
2516
|
-
"source": "src/tools/spec.ts:
|
|
2516
|
+
"source": "src/tools/spec.ts:459",
|
|
2517
2517
|
"symbol": "inspect",
|
|
2518
2518
|
"returns": "JSON envelope: `{ approach_id, scope, generated_at, approach,\nparams, violations, summary, execution_mode: \"execution_v0_4_0\" }`",
|
|
2519
2519
|
"atomicity": "atomic (read-only)"
|
|
@@ -2611,7 +2611,7 @@
|
|
|
2611
2611
|
"reflect",
|
|
2612
2612
|
"list_playbooks"
|
|
2613
2613
|
],
|
|
2614
|
-
"source": "src/tools/spec.ts:
|
|
2614
|
+
"source": "src/tools/spec.ts:293",
|
|
2615
2615
|
"symbol": "listApproaches",
|
|
2616
2616
|
"returns": "JSON: `{ count, approaches: UPGApproach[] }`",
|
|
2617
2617
|
"atomicity": "atomic (read-only)"
|
|
@@ -2762,7 +2762,7 @@
|
|
|
2762
2762
|
"list_regions",
|
|
2763
2763
|
"list_entity_types"
|
|
2764
2764
|
],
|
|
2765
|
-
"source": "src/tools/spec.ts:
|
|
2765
|
+
"source": "src/tools/spec.ts:711",
|
|
2766
2766
|
"symbol": "listDomains",
|
|
2767
2767
|
"returns": "JSON: `{ count, domains: Array<{ domain_id, anchor_entity, creation_sequence } | { domain_id, label, description, types, has_guide }> }`",
|
|
2768
2768
|
"atomicity": "atomic (read-only)"
|
|
@@ -2951,7 +2951,7 @@
|
|
|
2951
2951
|
},
|
|
2952
2952
|
{
|
|
2953
2953
|
"name": "list_frameworks",
|
|
2954
|
-
"description": "List canonical `UPGFramework` definitions
|
|
2954
|
+
"description": "List the canonical `UPGFramework` definitions — the 34 curated, famous product frameworks that anchor the public catalog (spanning strategy, discovery, prioritisation, design, growth, engineering, and reflection classics). Paginated (default 50, max 200). Cursor is opaque: pass `next_cursor` from a previous response. Optional `category` is exact-match against `UPGFramework.category` and applies before pagination.",
|
|
2955
2955
|
"domain": "spec",
|
|
2956
2956
|
"inputSchema": {
|
|
2957
2957
|
"type": "object",
|
|
@@ -3091,7 +3091,7 @@
|
|
|
3091
3091
|
"list_approaches",
|
|
3092
3092
|
"list_frameworks"
|
|
3093
3093
|
],
|
|
3094
|
-
"source": "src/tools/spec.ts:
|
|
3094
|
+
"source": "src/tools/spec.ts:205",
|
|
3095
3095
|
"symbol": "listPlaybooks",
|
|
3096
3096
|
"returns": "JSON: `{ count, playbooks: UPGPlaybook[] }`",
|
|
3097
3097
|
"atomicity": "atomic (read-only)"
|
|
@@ -3306,7 +3306,7 @@
|
|
|
3306
3306
|
"inspect",
|
|
3307
3307
|
"prioritise"
|
|
3308
3308
|
],
|
|
3309
|
-
"source": "src/tools/spec.ts:
|
|
3309
|
+
"source": "src/tools/spec.ts:419",
|
|
3310
3310
|
"symbol": "plan",
|
|
3311
3311
|
"returns": "JSON envelope: `{ approach_id, scope, generated_at, approach,\nparams, missing_entities, coverage_score, expected_count, covered_count,\nexecution_mode: \"execution_v0_4_0\" }`.",
|
|
3312
3312
|
"atomicity": "atomic (read-only)"
|
|
@@ -3347,7 +3347,7 @@
|
|
|
3347
3347
|
"plan",
|
|
3348
3348
|
"trace"
|
|
3349
3349
|
],
|
|
3350
|
-
"source": "src/tools/spec.ts:
|
|
3350
|
+
"source": "src/tools/spec.ts:518",
|
|
3351
3351
|
"symbol": "prioritise",
|
|
3352
3352
|
"returns": "JSON envelope: `{ approach_id, scope, generated_at, approach,\nparams, framework_resolved, ranked?, required_properties?,\nhint?, execution_mode }`. Execution mode is `\"execution_v0_4_0\"` when\nthe framework has an expression, `\"definition_lookup_v0_4_0\"` otherwise.",
|
|
3353
3353
|
"atomicity": "atomic (read-only)"
|
|
@@ -3395,7 +3395,7 @@
|
|
|
3395
3395
|
"plan",
|
|
3396
3396
|
"get_anti_pattern"
|
|
3397
3397
|
],
|
|
3398
|
-
"source": "src/tools/spec.ts:
|
|
3398
|
+
"source": "src/tools/spec.ts:661",
|
|
3399
3399
|
"symbol": "reflect",
|
|
3400
3400
|
"returns": "JSON envelope: `{ approach_id, scope, generated_at, approach,\nparams, prompts, execution_mode: \"execution_v0_4_0\" }`",
|
|
3401
3401
|
"atomicity": "atomic (read-only)"
|
|
@@ -3498,7 +3498,7 @@
|
|
|
3498
3498
|
"plan",
|
|
3499
3499
|
"prioritise"
|
|
3500
3500
|
],
|
|
3501
|
-
"source": "src/tools/spec.ts:
|
|
3501
|
+
"source": "src/tools/spec.ts:598",
|
|
3502
3502
|
"symbol": "trace",
|
|
3503
3503
|
"returns": "JSON envelope: `{ approach_id, scope, generated_at, approach,\nparams, trail, reached, error?, halted_at_depth?,\nexecution_mode: \"execution_v0_4_0\" }`",
|
|
3504
3504
|
"atomicity": "atomic (read-only)"
|
|
@@ -3677,7 +3677,7 @@
|
|
|
3677
3677
|
"get_anti_pattern",
|
|
3678
3678
|
"inspect"
|
|
3679
3679
|
],
|
|
3680
|
-
"source": "src/tools/validation.ts:
|
|
3680
|
+
"source": "src/tools/validation.ts:906",
|
|
3681
3681
|
"symbol": "getAntiPatternViolationsFor",
|
|
3682
3682
|
"returns": "JSON: `{ entity_id, type, violations: [...] }`.",
|
|
3683
3683
|
"atomicity": "atomic (read-only)"
|
|
@@ -3763,7 +3763,7 @@
|
|
|
3763
3763
|
"list_edge_migrations",
|
|
3764
3764
|
"inspect"
|
|
3765
3765
|
],
|
|
3766
|
-
"source": "src/tools/validation.ts:
|
|
3766
|
+
"source": "src/tools/validation.ts:257",
|
|
3767
3767
|
"symbol": "validateGraph",
|
|
3768
3768
|
"returns": "JSON: `{ valid, summary, entity_drift?, edge_drift?,\nproperty_drift?, top_level_drift?, lifecycle_drift?, self_referential?,\nanti_pattern_violations?, notes?, _hash }`. Per-class drift arrays appear\nonly when the requested `scope` includes that class. Each array is capped\nat `limit` (default 100).",
|
|
3769
3769
|
"atomicity": "atomic (read-only)"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unified-product-graph/mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Local MCP server for .upg files. Read and write product knowledge graphs offline.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "The Product Creator <hello@theproductcreator.com>",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"CHANGELOG.md"
|
|
38
38
|
],
|
|
39
39
|
"scripts": {
|
|
40
|
+
"prebuild": "cd ../upg-frameworks && npm run build",
|
|
40
41
|
"build": "tsup",
|
|
41
42
|
"postbuild": "npm run generate-tools",
|
|
42
43
|
"dev": "echo '@unified-product-graph/mcp-server: standalone only. Run with: npx upg-mcp-server --file <path.upg>'",
|