fmea-api-mcp-server 1.1.70 → 1.1.71

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 CHANGED
@@ -28,7 +28,7 @@ class ApiDocsServer {
28
28
  constructor() {
29
29
  this.server = new Server({
30
30
  name: "api-docs-mcp",
31
- version: "1.1.70",
31
+ version: "1.1.71",
32
32
  }, {
33
33
  capabilities: {
34
34
  resources: {},
@@ -1083,7 +1083,7 @@
1083
1083
  "method": "GET",
1084
1084
  "operationId": "getBomSource",
1085
1085
  "summary": "Get BOM source tree",
1086
- "description": "Returns BOM source tree data for ITEM, EXTERNAL_ITEM, and non-process EFFECT nodes. For non-process EFFECT, objectTag is used to return a context-aware tree with the higher-item chain and linked failure modes for the current node context. Tree data is lazy-loaded separately from flat /sources results and remains focused on browse payloads rather than FE popup option metadata. Only available for Design/FA/Equipment/FTA/CPlan projects.",
1086
+ "description": "Returns BOM source tree data for ITEM, EXTERNAL_ITEM, and non-process EFFECT nodes. For non-process EFFECT, objectTag is used to return a popup-equivalent higher-item context projection with linked failure modes for the current node context rather than the current item's descendant BOM branch. The EFFECT payload keeps popup-visible higher-item labels on tree nodes and preserves linked failure-mode order for FE rendering. Tree data is lazy-loaded separately from flat /sources results and remains focused on browse payloads rather than FE popup option metadata. Only available for Design/FA/Equipment/FTA/CPlan projects.",
1087
1087
  "tags": [
1088
1088
  "FMM Diagram"
1089
1089
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmea-api-mcp-server",
3
- "version": "1.1.70",
3
+ "version": "1.1.71",
4
4
  "description": "MCP server for serving API documentation from endpoints directory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,65 +0,0 @@
1
- {
2
- "generated_at": "2026-04-12T17:40:38.012249",
3
- "previous": "openapi.20260412_174037.json",
4
- "latest": "openapi.latest.json",
5
- "summary": {
6
- "added": 3,
7
- "removed": 0,
8
- "modified": 2
9
- },
10
- "added": [
11
- {
12
- "method": "POST",
13
- "path": "/api/v2/projects/{projectId}/worksheets/merges",
14
- "summary": "Merge worksheets into a new worksheet",
15
- "operationId": "merge"
16
- },
17
- {
18
- "method": "POST",
19
- "path": "/api/v2/projects/{projectId}/worksheets/merges/preview",
20
- "summary": "Preview worksheet merge validation",
21
- "operationId": "mergePreview"
22
- },
23
- {
24
- "method": "POST",
25
- "path": "/api/v2/projects/{projectId}/worksheets/{reportNoSimple}/revisions",
26
- "summary": "Create a new worksheet revision",
27
- "operationId": "revise"
28
- }
29
- ],
30
- "removed": [],
31
- "modified": [
32
- {
33
- "method": "GET",
34
- "path": "/api/v2/projects/{projectId}/failure-modes/{failureModeId}/fmm-diagram/sources",
35
- "summary": "Get node sources",
36
- "changes": [
37
- "description"
38
- ]
39
- },
40
- {
41
- "method": "GET",
42
- "path": "/api/v2/projects/{projectId}/failure-modes/{failureModeId}/fmm-diagram/sources/bom",
43
- "summary": "Get BOM source tree",
44
- "changes": [
45
- "description",
46
- "parameters"
47
- ],
48
- "parameter_changes": {
49
- "added": [
50
- {
51
- "name": "objectTag",
52
- "in": "query",
53
- "description": "Current object tag for EFFECT BOM requests",
54
- "schema": {
55
- "type": "string"
56
- }
57
- }
58
- ],
59
- "removed": [],
60
- "modified": []
61
- }
62
- }
63
- ],
64
- "fmea_ref": "65aeb1d90"
65
- }