fmea-api-mcp-server 1.1.38 → 1.1.39
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/data/endpoint-lookup.json +1 -1
- package/data/search-index.oxy +1 -1
- package/dist/index.js +1 -1
- package/endpoints/v2/block-diagrams/core.json +36 -0
- package/endpoints/v2/condition-library/core.json +18 -0
- package/endpoints/v2/divisions/core.json +9 -0
- package/endpoints/v2/failure-modes/core.json +18 -0
- package/endpoints/v2/projects/core.json +37 -0
- package/endpoints/v2/recommendation-items/core.json +9 -0
- package/endpoints/v2/search/core.json +31 -4
- package/endpoints/v2/synonym-excel/core.json +9 -0
- package/endpoints/v2/synonyms/core.json +9 -0
- package/endpoints/v2/system-definition/core.json +9 -0
- package/endpoints/v2/users/core.json +9 -0
- package/endpoints/v2/worksheet-templates/core.json +9 -0
- package/endpoints/v2/worksheets/management.json +9 -0
- package/endpoints/v2/worksheets/templates.json +9 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29,6 +29,15 @@
|
|
|
29
29
|
"schema": {
|
|
30
30
|
"type": "string"
|
|
31
31
|
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "useSynonym",
|
|
35
|
+
"in": "query",
|
|
36
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
37
|
+
"schema": {
|
|
38
|
+
"type": "boolean",
|
|
39
|
+
"default": true
|
|
40
|
+
}
|
|
32
41
|
}
|
|
33
42
|
],
|
|
34
43
|
"requestBody": null,
|
|
@@ -112,6 +121,15 @@
|
|
|
112
121
|
"schema": {
|
|
113
122
|
"type": "string"
|
|
114
123
|
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "useSynonym",
|
|
127
|
+
"in": "query",
|
|
128
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
129
|
+
"schema": {
|
|
130
|
+
"type": "boolean",
|
|
131
|
+
"default": true
|
|
132
|
+
}
|
|
115
133
|
}
|
|
116
134
|
],
|
|
117
135
|
"requestBody": null,
|
|
@@ -336,6 +354,15 @@
|
|
|
336
354
|
"schema": {
|
|
337
355
|
"type": "string"
|
|
338
356
|
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "useSynonym",
|
|
360
|
+
"in": "query",
|
|
361
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
362
|
+
"schema": {
|
|
363
|
+
"type": "boolean",
|
|
364
|
+
"default": true
|
|
365
|
+
}
|
|
339
366
|
}
|
|
340
367
|
],
|
|
341
368
|
"requestBody": null,
|
|
@@ -821,6 +848,15 @@
|
|
|
821
848
|
"schema": {
|
|
822
849
|
"type": "string"
|
|
823
850
|
}
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"name": "useSynonym",
|
|
854
|
+
"in": "query",
|
|
855
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
856
|
+
"schema": {
|
|
857
|
+
"type": "boolean",
|
|
858
|
+
"default": true
|
|
859
|
+
}
|
|
824
860
|
}
|
|
825
861
|
],
|
|
826
862
|
"requestBody": null,
|
|
@@ -333,6 +333,15 @@
|
|
|
333
333
|
"type": "string"
|
|
334
334
|
}
|
|
335
335
|
},
|
|
336
|
+
{
|
|
337
|
+
"name": "useSynonym",
|
|
338
|
+
"in": "query",
|
|
339
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
340
|
+
"schema": {
|
|
341
|
+
"type": "boolean",
|
|
342
|
+
"default": true
|
|
343
|
+
}
|
|
344
|
+
},
|
|
336
345
|
{
|
|
337
346
|
"name": "page",
|
|
338
347
|
"in": "query",
|
|
@@ -448,6 +457,15 @@
|
|
|
448
457
|
"type": "string"
|
|
449
458
|
}
|
|
450
459
|
},
|
|
460
|
+
{
|
|
461
|
+
"name": "useSynonym",
|
|
462
|
+
"in": "query",
|
|
463
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
464
|
+
"schema": {
|
|
465
|
+
"type": "boolean",
|
|
466
|
+
"default": true
|
|
467
|
+
}
|
|
468
|
+
},
|
|
451
469
|
{
|
|
452
470
|
"name": "page",
|
|
453
471
|
"in": "query",
|
|
@@ -21,6 +21,15 @@
|
|
|
21
21
|
"type": "string"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
+
{
|
|
25
|
+
"name": "useSynonym",
|
|
26
|
+
"in": "query",
|
|
27
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
28
|
+
"schema": {
|
|
29
|
+
"type": "boolean",
|
|
30
|
+
"default": true
|
|
31
|
+
}
|
|
32
|
+
},
|
|
24
33
|
{
|
|
25
34
|
"name": "page",
|
|
26
35
|
"in": "query",
|
|
@@ -490,6 +490,15 @@
|
|
|
490
490
|
"type": "string"
|
|
491
491
|
}
|
|
492
492
|
},
|
|
493
|
+
{
|
|
494
|
+
"name": "useSynonym",
|
|
495
|
+
"in": "query",
|
|
496
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
497
|
+
"schema": {
|
|
498
|
+
"type": "boolean",
|
|
499
|
+
"default": true
|
|
500
|
+
}
|
|
501
|
+
},
|
|
493
502
|
{
|
|
494
503
|
"name": "failureModeSearch",
|
|
495
504
|
"in": "query",
|
|
@@ -659,6 +668,15 @@
|
|
|
659
668
|
"type": "string"
|
|
660
669
|
}
|
|
661
670
|
},
|
|
671
|
+
{
|
|
672
|
+
"name": "useSynonym",
|
|
673
|
+
"in": "query",
|
|
674
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
675
|
+
"schema": {
|
|
676
|
+
"type": "boolean",
|
|
677
|
+
"default": true
|
|
678
|
+
}
|
|
679
|
+
},
|
|
662
680
|
{
|
|
663
681
|
"name": "failureModeSearch",
|
|
664
682
|
"in": "query",
|
|
@@ -55,6 +55,15 @@
|
|
|
55
55
|
"type": "string"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
+
{
|
|
59
|
+
"name": "useSynonym",
|
|
60
|
+
"in": "query",
|
|
61
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
62
|
+
"schema": {
|
|
63
|
+
"type": "boolean",
|
|
64
|
+
"default": true
|
|
65
|
+
}
|
|
66
|
+
},
|
|
58
67
|
{
|
|
59
68
|
"name": "fmeaType",
|
|
60
69
|
"in": "query",
|
|
@@ -397,6 +406,15 @@
|
|
|
397
406
|
"type": "string"
|
|
398
407
|
}
|
|
399
408
|
},
|
|
409
|
+
{
|
|
410
|
+
"name": "useSynonym",
|
|
411
|
+
"in": "query",
|
|
412
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
413
|
+
"schema": {
|
|
414
|
+
"type": "boolean",
|
|
415
|
+
"default": true
|
|
416
|
+
}
|
|
417
|
+
},
|
|
400
418
|
{
|
|
401
419
|
"name": "fmeaType",
|
|
402
420
|
"in": "query",
|
|
@@ -670,6 +688,15 @@
|
|
|
670
688
|
"schema": {
|
|
671
689
|
"type": "string"
|
|
672
690
|
}
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "useSynonym",
|
|
694
|
+
"in": "query",
|
|
695
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
696
|
+
"schema": {
|
|
697
|
+
"type": "boolean",
|
|
698
|
+
"default": true
|
|
699
|
+
}
|
|
673
700
|
}
|
|
674
701
|
],
|
|
675
702
|
"responses": {
|
|
@@ -1080,9 +1107,19 @@
|
|
|
1080
1107
|
{
|
|
1081
1108
|
"name": "q",
|
|
1082
1109
|
"in": "query",
|
|
1110
|
+
"description": "Unified keyword for high-item titles",
|
|
1083
1111
|
"schema": {
|
|
1084
1112
|
"type": "string"
|
|
1085
1113
|
}
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"name": "useSynonym",
|
|
1117
|
+
"in": "query",
|
|
1118
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
1119
|
+
"schema": {
|
|
1120
|
+
"type": "boolean",
|
|
1121
|
+
"default": true
|
|
1122
|
+
}
|
|
1086
1123
|
}
|
|
1087
1124
|
],
|
|
1088
1125
|
"responses": {
|
|
@@ -37,6 +37,15 @@
|
|
|
37
37
|
"type": "string"
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
|
+
{
|
|
41
|
+
"name": "useSynonym",
|
|
42
|
+
"in": "query",
|
|
43
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
44
|
+
"schema": {
|
|
45
|
+
"type": "boolean",
|
|
46
|
+
"default": true
|
|
47
|
+
}
|
|
48
|
+
},
|
|
40
49
|
{
|
|
41
50
|
"name": "scope",
|
|
42
51
|
"in": "query",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"method": "GET",
|
|
9
9
|
"operationId": "searchFailureModes",
|
|
10
10
|
"summary": "Search failure modes globally",
|
|
11
|
-
"description": "Searches failure modes across all projects in the system. Supports keyword search (q
|
|
11
|
+
"description": "Searches failure modes across all projects in the system. Supports keyword search (q, optional, comma-separated with synonym expansion), project-level filters (projectId, projectName, fmeaType, status), and sorting (sort=name,asc or sort=rpn,desc). Returns paged results with project summary information and S/O/D cause data.",
|
|
12
12
|
"tags": [
|
|
13
13
|
"Search"
|
|
14
14
|
],
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
{
|
|
17
17
|
"name": "q",
|
|
18
18
|
"in": "query",
|
|
19
|
-
"description": "Search keyword for failure mode names (
|
|
19
|
+
"description": "Search keyword for failure mode names (optional, max 100 characters, comma-separated OR search with synonym expansion)",
|
|
20
20
|
"schema": {
|
|
21
21
|
"type": "string"
|
|
22
22
|
}
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
{
|
|
73
73
|
"name": "page",
|
|
74
74
|
"in": "query",
|
|
75
|
-
"description": "Page number (0 = all
|
|
75
|
+
"description": "Page number (default: 1, 0 = all only when q is provided)",
|
|
76
76
|
"schema": {
|
|
77
77
|
"type": "integer",
|
|
78
78
|
"default": 1,
|
|
@@ -82,13 +82,22 @@
|
|
|
82
82
|
{
|
|
83
83
|
"name": "size",
|
|
84
84
|
"in": "query",
|
|
85
|
-
"description": "Page size (default: 50)",
|
|
85
|
+
"description": "Page size (default: 50, max: 1000)",
|
|
86
86
|
"schema": {
|
|
87
87
|
"type": "integer",
|
|
88
88
|
"default": 50,
|
|
89
89
|
"format": "int32"
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"name": "useSynonym",
|
|
94
|
+
"in": "query",
|
|
95
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
96
|
+
"schema": {
|
|
97
|
+
"type": "boolean",
|
|
98
|
+
"default": true
|
|
99
|
+
}
|
|
100
|
+
},
|
|
92
101
|
{
|
|
93
102
|
"name": "projectId",
|
|
94
103
|
"in": "query",
|
|
@@ -388,6 +397,15 @@
|
|
|
388
397
|
"format": "int32"
|
|
389
398
|
}
|
|
390
399
|
},
|
|
400
|
+
{
|
|
401
|
+
"name": "useSynonym",
|
|
402
|
+
"in": "query",
|
|
403
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
404
|
+
"schema": {
|
|
405
|
+
"type": "boolean",
|
|
406
|
+
"default": true
|
|
407
|
+
}
|
|
408
|
+
},
|
|
391
409
|
{
|
|
392
410
|
"name": "sort",
|
|
393
411
|
"in": "query",
|
|
@@ -682,6 +700,15 @@
|
|
|
682
700
|
"type": "string"
|
|
683
701
|
}
|
|
684
702
|
},
|
|
703
|
+
{
|
|
704
|
+
"name": "useSynonym",
|
|
705
|
+
"in": "query",
|
|
706
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
707
|
+
"schema": {
|
|
708
|
+
"type": "boolean",
|
|
709
|
+
"default": true
|
|
710
|
+
}
|
|
711
|
+
},
|
|
685
712
|
{
|
|
686
713
|
"name": "aiId",
|
|
687
714
|
"in": "query",
|
|
@@ -20,6 +20,15 @@
|
|
|
20
20
|
"schema": {
|
|
21
21
|
"type": "string"
|
|
22
22
|
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "useSynonym",
|
|
26
|
+
"in": "query",
|
|
27
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
28
|
+
"schema": {
|
|
29
|
+
"type": "boolean",
|
|
30
|
+
"default": true
|
|
31
|
+
}
|
|
23
32
|
}
|
|
24
33
|
],
|
|
25
34
|
"requestBody": null,
|
|
@@ -89,6 +89,15 @@
|
|
|
89
89
|
"type": "string"
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"name": "useSynonym",
|
|
94
|
+
"in": "query",
|
|
95
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
96
|
+
"schema": {
|
|
97
|
+
"type": "boolean",
|
|
98
|
+
"default": true
|
|
99
|
+
}
|
|
100
|
+
},
|
|
92
101
|
{
|
|
93
102
|
"name": "page",
|
|
94
103
|
"in": "query",
|
|
@@ -51,6 +51,15 @@
|
|
|
51
51
|
"type": "string"
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
+
{
|
|
55
|
+
"name": "useSynonym",
|
|
56
|
+
"in": "query",
|
|
57
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
58
|
+
"schema": {
|
|
59
|
+
"type": "boolean",
|
|
60
|
+
"default": true
|
|
61
|
+
}
|
|
62
|
+
},
|
|
54
63
|
{
|
|
55
64
|
"name": "divisionId",
|
|
56
65
|
"in": "query",
|
|
@@ -21,6 +21,15 @@
|
|
|
21
21
|
"type": "string"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
+
{
|
|
25
|
+
"name": "useSynonym",
|
|
26
|
+
"in": "query",
|
|
27
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
28
|
+
"schema": {
|
|
29
|
+
"type": "boolean",
|
|
30
|
+
"default": true
|
|
31
|
+
}
|
|
32
|
+
},
|
|
24
33
|
{
|
|
25
34
|
"name": "dept",
|
|
26
35
|
"in": "query",
|
|
@@ -27,6 +27,15 @@
|
|
|
27
27
|
"schema": {
|
|
28
28
|
"type": "string"
|
|
29
29
|
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "useSynonym",
|
|
33
|
+
"in": "query",
|
|
34
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
35
|
+
"schema": {
|
|
36
|
+
"type": "boolean",
|
|
37
|
+
"default": true
|
|
38
|
+
}
|
|
30
39
|
}
|
|
31
40
|
],
|
|
32
41
|
"requestBody": null,
|
|
@@ -152,6 +152,15 @@
|
|
|
152
152
|
"schema": {
|
|
153
153
|
"type": "string"
|
|
154
154
|
}
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "useSynonym",
|
|
158
|
+
"in": "query",
|
|
159
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
160
|
+
"schema": {
|
|
161
|
+
"type": "boolean",
|
|
162
|
+
"default": true
|
|
163
|
+
}
|
|
155
164
|
}
|
|
156
165
|
],
|
|
157
166
|
"operationId": "getHeaders",
|
|
@@ -26,6 +26,15 @@
|
|
|
26
26
|
"schema": {
|
|
27
27
|
"type": "string"
|
|
28
28
|
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "useSynonym",
|
|
32
|
+
"in": "query",
|
|
33
|
+
"description": "Whether to expand q with synonym dictionary terms (default: true)",
|
|
34
|
+
"schema": {
|
|
35
|
+
"type": "boolean",
|
|
36
|
+
"default": true
|
|
37
|
+
}
|
|
29
38
|
}
|
|
30
39
|
],
|
|
31
40
|
"operationId": "getHeaders_1",
|