@testomatio/mcp 2.1.0 → 2.1.1-beta

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testomatio/mcp",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-beta",
4
4
  "description": "Model Context Protocol server for Testomatio API",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -62,7 +62,8 @@ export const RUNGROUPS_TOOLS = [
62
62
  "type": "string"
63
63
  },
64
64
  "children": {
65
- "type": "array"
65
+ "type": "array",
66
+ "items": {}
66
67
  }
67
68
  },
68
69
  "required": [
@@ -102,7 +103,8 @@ export const RUNGROUPS_TOOLS = [
102
103
  "type": "string"
103
104
  },
104
105
  "children": {
105
- "type": "array"
106
+ "type": "array",
107
+ "items": {}
106
108
  }
107
109
  },
108
110
  "required": [
@@ -78,7 +78,8 @@ export const SUITES_TOOLS = [
78
78
  "type": "string"
79
79
  },
80
80
  "children": {
81
- "type": "array"
81
+ "type": "array",
82
+ "items": {}
82
83
  },
83
84
  "link": {
84
85
  "type": "array",
@@ -154,7 +155,8 @@ export const SUITES_TOOLS = [
154
155
  "type": "string"
155
156
  },
156
157
  "children": {
157
- "type": "array"
158
+ "type": "array",
159
+ "items": {}
158
160
  },
159
161
  "link": {
160
162
  "type": "array",