fmea-api-mcp-server 1.1.35 → 1.1.37

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.
@@ -146,7 +146,7 @@
146
146
  {
147
147
  "path": "/api/v2/worksheet-templates",
148
148
  "method": "GET",
149
- "operationId": "list_10",
149
+ "operationId": "list_11",
150
150
  "summary": "List worksheet templates",
151
151
  "description": "Returns worksheet templates filtered by FMEA type. When fmeaType is omitted, returns all templates for Design, Process, Equipment, and FA types, ordered by type and template order.",
152
152
  "tags": [],
@@ -172,7 +172,7 @@
172
172
  }
173
173
  }
174
174
  },
175
- "operationId": "create_5"
175
+ "operationId": "create_6"
176
176
  },
177
177
  {
178
178
  "path": "/api/v2/projects/{projectId}/worksheets/{reportNoSimple}",
@@ -537,7 +537,7 @@
537
537
  }
538
538
  }
539
539
  },
540
- "operationId": "delete_4"
540
+ "operationId": "delete_5"
541
541
  }
542
542
  ]
543
543
  }
@@ -73,7 +73,7 @@
73
73
  }
74
74
  }
75
75
  },
76
- "operationId": "update_4",
76
+ "operationId": "update_5",
77
77
  "x-dependency-warning": "REQUIRES PRIOR FILE UPLOAD via [POST /api/v2/files]. The {uuid} parameter is the file ID returned by the upload endpoint."
78
78
  },
79
79
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmea-api-mcp-server",
3
- "version": "1.1.35",
3
+ "version": "1.1.37",
4
4
  "description": "MCP server for serving API documentation from endpoints directory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",