xray-mcp 1.1.2 → 1.1.3

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.
@@ -229,7 +229,10 @@ export class XrayClient {
229
229
  .join('\n');
230
230
  const mutation = `
231
231
  mutation UpdateUnstructuredTest($issueId: String!, $unstructured: String!) {
232
- updateUnstructuredTestDefinition(issueId: $issueId, unstructured: $unstructured)
232
+ updateUnstructuredTestDefinition(issueId: $issueId, unstructured: $unstructured) {
233
+ issueId
234
+ jira(fields: ["key"])
235
+ }
233
236
  }
234
237
  `;
235
238
  const variables = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xray-mcp",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {