@neobiotechlabs/neobiotech-dev-agent 0.1.26 → 0.1.27

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.26"
13
+ "version": "0.1.27"
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.26",
3
+ "version": "0.1.27",
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
@@ -185170,7 +185170,7 @@ var xrayClientSecret = process.env.XRAY_CLIENT_SECRET || "";
185170
185170
  var xray = xrayClientId && xrayClientSecret ? new XrayClient(xrayClientId, xrayClientSecret, jiraUrl, jiraEmail, jiraToken) : null;
185171
185171
  var server = new McpServer({
185172
185172
  name: "jira-confluence",
185173
- version: "0.1.26"
185173
+ version: "0.1.27"
185174
185174
  });
185175
185175
  var ctx = { server, jira, confluence, risk, xray };
185176
185176
  registerJiraCrudTools(ctx);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neobiotechlabs/neobiotech-dev-agent",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "Jira & Confluence MCP Server for Claude Code",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",