fmea-api-mcp-server 1.1.56 → 1.1.57

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/enums.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated_at": "2026-03-23T03:55:37.179430",
2
+ "generated_at": "2026-03-24T14:54:46.070282",
3
3
  "count": 70,
4
4
  "enums": {
5
5
  "ErrorCode": [
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.56",
31
+ version: "1.1.57",
32
32
  }, {
33
33
  capabilities: {
34
34
  resources: {},
@@ -280,7 +280,7 @@
280
280
  {
281
281
  "name": "q",
282
282
  "in": "query",
283
- "description": "Search keyword for project title (max 100 characters)",
283
+ "description": "Search keyword for project title, item, model, or description (max 100 characters)",
284
284
  "schema": {
285
285
  "type": "string"
286
286
  }
@@ -661,7 +661,7 @@
661
661
  {
662
662
  "name": "q",
663
663
  "in": "query",
664
- "description": "Search keyword for project title (max 100 characters)",
664
+ "description": "Search keyword for project title, item, model, or description (max 100 characters)",
665
665
  "schema": {
666
666
  "type": "string"
667
667
  }
@@ -52,6 +52,12 @@
52
52
  "type": "string"
53
53
  }
54
54
  },
55
+ "blockId": {
56
+ "type": "string"
57
+ },
58
+ "failureModeId": {
59
+ "type": "string"
60
+ },
55
61
  "scope": {
56
62
  "type": "string",
57
63
  "enum": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmea-api-mcp-server",
3
- "version": "1.1.56",
3
+ "version": "1.1.57",
4
4
  "description": "MCP server for serving API documentation from endpoints directory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",