@neobiotechlabs/neobiotech-dev-agent 0.1.30 → 0.1.32

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.
@@ -10,7 +10,7 @@
10
10
  "source": "npm",
11
11
  "package": "@neobiotechlabs/neobiotech-dev-agent",
12
12
  "registry": "https://registry.npmjs.org",
13
- "version": "0.1.30"
13
+ "version": "0.1.32"
14
14
  },
15
15
  "description": "의료기기 SW 규제 개발 자동화 (Jira·Confluence·Risk·CVSS·Xray·IEC 62304/62366·MDR·문서 렌더)",
16
16
  "category": "medical-device",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neobiotech-dev-agent",
3
- "version": "0.1.30",
3
+ "version": "0.1.32",
4
4
  "displayName": "NeoBiotech Dev Agent (MedDev)",
5
5
  "description": "의료기기 SW 규제 개발 자동화 — Jira·Confluence·Risk·CVSS·Xray·IEC 62304/62366·MDR·문서 렌더",
6
6
  "author": {
package/dist/index.js CHANGED
@@ -160346,6 +160346,7 @@ var registerConfluenceTools = (ctx2) => {
160346
160346
  body_bytes: Buffer.byteLength(finalStorage, "utf8"),
160347
160347
  diagram_stats: diagramStats,
160348
160348
  puml_blocks_detected: pumlRegistry.size,
160349
+ render_diagrams_requested: render_diagrams,
160349
160350
  ...warning ? { warning } : {}
160350
160351
  }, null, 2)
160351
160352
  }]
@@ -185533,7 +185534,7 @@ var xrayClientSecret = process.env.XRAY_CLIENT_SECRET || "";
185533
185534
  var xray = xrayClientId && xrayClientSecret ? new XrayClient(xrayClientId, xrayClientSecret, jiraUrl, jiraEmail, jiraToken) : null;
185534
185535
  var server = new McpServer({
185535
185536
  name: "jira-confluence",
185536
- version: "0.1.30"
185537
+ version: "0.1.32"
185537
185538
  });
185538
185539
  var ctx = { server, jira, confluence, risk, xray };
185539
185540
  registerJiraCrudTools(ctx);