fmea-api-mcp-server 1.1.48 → 1.1.50

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.
@@ -103,7 +103,8 @@
103
103
  "ASK_MODIFY_REVIEW",
104
104
  "ASK_MODIFY_APPROVE",
105
105
  "DELAY",
106
- "NA"
106
+ "NA",
107
+ "CAN_MODIFY"
107
108
  ]
108
109
  }
109
110
  },
@@ -482,7 +483,8 @@
482
483
  "ASK_MODIFY_REVIEW",
483
484
  "ASK_MODIFY_APPROVE",
484
485
  "DELAY",
485
- "NA"
486
+ "NA",
487
+ "CAN_MODIFY"
486
488
  ]
487
489
  }
488
490
  },
@@ -84,7 +84,8 @@
84
84
  "ASK_MODIFY_REVIEW",
85
85
  "ASK_MODIFY_APPROVE",
86
86
  "DELAY",
87
- "NA"
87
+ "NA",
88
+ "CAN_MODIFY"
88
89
  ]
89
90
  }
90
91
  },
@@ -347,7 +348,8 @@
347
348
  "ASK_MODIFY_REVIEW",
348
349
  "ASK_MODIFY_APPROVE",
349
350
  "DELAY",
350
- "NA"
351
+ "NA",
352
+ "CAN_MODIFY"
351
353
  ]
352
354
  }
353
355
  },
@@ -727,7 +729,8 @@
727
729
  "ASK_MODIFY_REVIEW",
728
730
  "ASK_MODIFY_APPROVE",
729
731
  "DELAY",
730
- "NA"
732
+ "NA",
733
+ "CAN_MODIFY"
731
734
  ]
732
735
  }
733
736
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmea-api-mcp-server",
3
- "version": "1.1.48",
3
+ "version": "1.1.50",
4
4
  "description": "MCP server for serving API documentation from endpoints directory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",