targetprocess-mcp-server 2.4.3 → 2.4.4

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.
Files changed (2) hide show
  1. package/build/index.js +2 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -635,12 +635,12 @@ server.registerTool('create_formatted_user_story', {
635
635
  .describe('Optional Team ID — defaults to TP_TEAM_ID from config'),
636
636
  },
637
637
  }, async ({ title, header, definitions, acceptanceCriteria, scenarios, examplesTable, edgeCases, references, notes, featureId, releaseId, projectId, teamId }) => {
638
- const gherkinBlock = (items) => items.map((s, indx) => `<div><strong>Scenario ${indx + 1} - ${s.name}:</strong></div><div>${s.steps.map(step => `<div>\t${step}</div>`).join('\n')}</div>`).join('\n');
638
+ const gherkinBlock = (items) => items.map((s, indx) => `<div><strong>Scenario ${indx + 1} - ${s.name}:</strong></div><div>${s.steps.map(step => `<div>\t${step}</div>`).join('\n')}</div>`).join('<br>');
639
639
  const parts = ['<div>'];
640
640
  parts.push('<h3>Header</h3>');
641
641
  if (header.storyId)
642
642
  parts.push(`<p><strong>Story ID:</strong> ${header.storyId}</p>`);
643
- parts.push(`<p>As a ${header.asA} / I want ${header.iWant} / so that ${header.soThat}</p>`);
643
+ parts.push(`<p>As a ${header.asA} <br> I want ${header.iWant} <br> so that ${header.soThat}</p>`);
644
644
  if (definitions) {
645
645
  parts.push('<h3>Definitions</h3>');
646
646
  parts.push(`<div>`);
package/package.json CHANGED
@@ -27,7 +27,7 @@
27
27
  "engines": {
28
28
  "node": ">=20.x"
29
29
  },
30
- "version": "2.4.3",
30
+ "version": "2.4.4",
31
31
  "description": "MCP server for Tartget Process",
32
32
  "main": "build/index.js",
33
33
  "keywords": [