fmea-api-mcp-server 1.1.47 → 1.1.49

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.
@@ -24,9 +24,15 @@
24
24
  {
25
25
  "name": "scope",
26
26
  "in": "query",
27
- "description": "Search scope: 'my' (default), 'division', 'all'",
27
+ "description": "Search scope (default: my)",
28
28
  "schema": {
29
- "type": "string"
29
+ "type": "string",
30
+ "enum": [
31
+ "MY",
32
+ "DIVISION",
33
+ "ALL"
34
+ ],
35
+ "default": "my"
30
36
  }
31
37
  },
32
38
  {
@@ -48,17 +54,39 @@
48
54
  {
49
55
  "name": "fmeaType",
50
56
  "in": "query",
51
- "description": "FMEA type filter: Design|Process|Equipment|FA|FTA|CPlan",
57
+ "description": "FMEA type filter",
52
58
  "schema": {
53
- "type": "string"
59
+ "type": "string",
60
+ "enum": [
61
+ "DESIGN",
62
+ "PROCESS",
63
+ "EQUIPMENT",
64
+ "FA",
65
+ "FTA",
66
+ "CPLAN"
67
+ ]
54
68
  }
55
69
  },
56
70
  {
57
71
  "name": "status",
58
72
  "in": "query",
59
- "description": "Project status filter: In-Progress|Completed|Review|etc.",
73
+ "description": "Project status filter",
60
74
  "schema": {
61
- "type": "string"
75
+ "type": "string",
76
+ "enum": [
77
+ "IN_PROGRESS",
78
+ "REFUSED",
79
+ "SELF_COMPLETED",
80
+ "REVIEW",
81
+ "APPROVE",
82
+ "SCORE",
83
+ "COMPLETED",
84
+ "ASK_MODIFY_REVIEW",
85
+ "ASK_MODIFY_APPROVE",
86
+ "DELAY",
87
+ "NA",
88
+ "CAN_MODIFY"
89
+ ]
62
90
  }
63
91
  },
64
92
  {
@@ -260,9 +288,15 @@
260
288
  {
261
289
  "name": "scope",
262
290
  "in": "query",
263
- "description": "Search scope: 'my' (default), 'division', 'all'",
291
+ "description": "Search scope (default: my)",
264
292
  "schema": {
265
- "type": "string"
293
+ "type": "string",
294
+ "enum": [
295
+ "MY",
296
+ "DIVISION",
297
+ "ALL"
298
+ ],
299
+ "default": "my"
266
300
  }
267
301
  },
268
302
  {
@@ -284,25 +318,52 @@
284
318
  {
285
319
  "name": "fmeaType",
286
320
  "in": "query",
287
- "description": "FMEA type filter: Design|Process|Equipment|FA|FTA|CPlan",
321
+ "description": "FMEA type filter",
288
322
  "schema": {
289
- "type": "string"
323
+ "type": "string",
324
+ "enum": [
325
+ "DESIGN",
326
+ "PROCESS",
327
+ "EQUIPMENT",
328
+ "FA",
329
+ "FTA",
330
+ "CPLAN"
331
+ ]
290
332
  }
291
333
  },
292
334
  {
293
335
  "name": "status",
294
336
  "in": "query",
295
- "description": "Project status filter: In-Progress|Completed|Review",
337
+ "description": "Project status filter",
296
338
  "schema": {
297
- "type": "string"
339
+ "type": "string",
340
+ "enum": [
341
+ "IN_PROGRESS",
342
+ "REFUSED",
343
+ "SELF_COMPLETED",
344
+ "REVIEW",
345
+ "APPROVE",
346
+ "SCORE",
347
+ "COMPLETED",
348
+ "ASK_MODIFY_REVIEW",
349
+ "ASK_MODIFY_APPROVE",
350
+ "DELAY",
351
+ "NA",
352
+ "CAN_MODIFY"
353
+ ]
298
354
  }
299
355
  },
300
356
  {
301
357
  "name": "tag",
302
358
  "in": "query",
303
- "description": "Project tag filter: NORMAL|MASTER|REFERENCE",
359
+ "description": "Project tag filter",
304
360
  "schema": {
305
- "type": "string"
361
+ "type": "string",
362
+ "enum": [
363
+ "NORMAL",
364
+ "MASTER",
365
+ "REFERENCE"
366
+ ]
306
367
  }
307
368
  },
308
369
  {
@@ -380,9 +441,13 @@
380
441
  {
381
442
  "name": "groupBy",
382
443
  "in": "query",
383
- "description": "Group by: 'division' or 'item'. When specified, returns grouped response without paging.",
444
+ "description": "Group by field. When specified, returns grouped response without paging.",
384
445
  "schema": {
385
- "type": "string"
446
+ "type": "string",
447
+ "enum": [
448
+ "DIVISION",
449
+ "ITEM"
450
+ ]
386
451
  }
387
452
  },
388
453
  {
@@ -604,9 +669,15 @@
604
669
  {
605
670
  "name": "scope",
606
671
  "in": "query",
607
- "description": "Search scope: 'my' (default), 'division', 'all'",
672
+ "description": "Search scope (default: my)",
608
673
  "schema": {
609
- "type": "string"
674
+ "type": "string",
675
+ "enum": [
676
+ "MY",
677
+ "DIVISION",
678
+ "ALL"
679
+ ],
680
+ "default": "my"
610
681
  }
611
682
  },
612
683
  {
@@ -628,25 +699,52 @@
628
699
  {
629
700
  "name": "fmeaType",
630
701
  "in": "query",
631
- "description": "FMEA type filter: Design|Process|Equipment|FA|FTA|CPlan",
702
+ "description": "FMEA type filter",
632
703
  "schema": {
633
- "type": "string"
704
+ "type": "string",
705
+ "enum": [
706
+ "DESIGN",
707
+ "PROCESS",
708
+ "EQUIPMENT",
709
+ "FA",
710
+ "FTA",
711
+ "CPLAN"
712
+ ]
634
713
  }
635
714
  },
636
715
  {
637
716
  "name": "status",
638
717
  "in": "query",
639
- "description": "Project status filter: In-Progress|Completed|Review",
718
+ "description": "Project status filter",
640
719
  "schema": {
641
- "type": "string"
720
+ "type": "string",
721
+ "enum": [
722
+ "IN_PROGRESS",
723
+ "REFUSED",
724
+ "SELF_COMPLETED",
725
+ "REVIEW",
726
+ "APPROVE",
727
+ "SCORE",
728
+ "COMPLETED",
729
+ "ASK_MODIFY_REVIEW",
730
+ "ASK_MODIFY_APPROVE",
731
+ "DELAY",
732
+ "NA",
733
+ "CAN_MODIFY"
734
+ ]
642
735
  }
643
736
  },
644
737
  {
645
738
  "name": "tag",
646
739
  "in": "query",
647
- "description": "Project tag filter: NORMAL|MASTER|REFERENCE",
740
+ "description": "Project tag filter",
648
741
  "schema": {
649
- "type": "string"
742
+ "type": "string",
743
+ "enum": [
744
+ "NORMAL",
745
+ "MASTER",
746
+ "REFERENCE"
747
+ ]
650
748
  }
651
749
  },
652
750
  {
@@ -16,10 +16,14 @@
16
16
  {
17
17
  "name": "apType",
18
18
  "in": "path",
19
- "description": "Action priority type: aiag or msr (case-insensitive)",
19
+ "description": "Action priority type",
20
20
  "required": true,
21
21
  "schema": {
22
- "type": "string"
22
+ "type": "string",
23
+ "enum": [
24
+ "AIAG",
25
+ "MSR"
26
+ ]
23
27
  }
24
28
  }
25
29
  ],
@@ -25,15 +25,21 @@
25
25
  {
26
26
  "name": "scope",
27
27
  "in": "query",
28
- "description": "Condition scope (owned|candidate|all). If omitted, defaults to all.",
28
+ "description": "Condition scope filter. If omitted, defaults to all.",
29
29
  "schema": {
30
- "type": "string"
30
+ "type": "string",
31
+ "enum": [
32
+ "OWNED",
33
+ "CANDIDATE",
34
+ "ALL"
35
+ ],
36
+ "default": "all"
31
37
  }
32
38
  },
33
39
  {
34
40
  "name": "type",
35
41
  "in": "query",
36
- "description": "Condition type (stress|design|process). If omitted, returns all types.",
42
+ "description": "Condition type filter. If omitted, returns all types.",
37
43
  "schema": {
38
44
  "type": "string",
39
45
  "enum": [
@@ -25,7 +25,7 @@
25
25
  {
26
26
  "name": "type",
27
27
  "in": "query",
28
- "description": "Condition type (stress|design|process)",
28
+ "description": "Condition type",
29
29
  "required": true,
30
30
  "schema": {
31
31
  "type": "string",
@@ -168,9 +168,17 @@
168
168
  {
169
169
  "name": "fmeaType",
170
170
  "in": "query",
171
- "description": "FMEA type filter (Design|Process|Equipment|FA). Omit for all types.",
171
+ "description": "FMEA type filter. Omit for all types.",
172
172
  "schema": {
173
- "type": "string"
173
+ "type": "string",
174
+ "enum": [
175
+ "DESIGN",
176
+ "PROCESS",
177
+ "EQUIPMENT",
178
+ "FA",
179
+ "FTA",
180
+ "CPLAN"
181
+ ]
174
182
  }
175
183
  }
176
184
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmea-api-mcp-server",
3
- "version": "1.1.47",
3
+ "version": "1.1.49",
4
4
  "description": "MCP server for serving API documentation from endpoints directory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",