@neobiotechlabs/neobiotech-dev-agent 0.1.17 → 0.1.18
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/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/vendor/dev-docs-templates/templates/mdr_docs/PA/configuration-management-plan.md +6 -6
- package/vendor/dev-docs-templates/templates/mdr_docs/PA/security-management-plan.md +5 -5
|
@@ -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.
|
|
13
|
+
"version": "0.1.18"
|
|
14
14
|
},
|
|
15
15
|
"description": "의료기기 SW 규제 개발 자동화 (Jira·Confluence·Risk·CVSS·Xray·IEC 62304/62366·MDR·문서 렌더)",
|
|
16
16
|
"category": "medical-device",
|
package/dist/index.js
CHANGED
|
@@ -161489,7 +161489,7 @@ var TEMPLATE_PATHS = {
|
|
|
161489
161489
|
list_of_hazard_related_use_scenarios: { path: "mdr_docs/EA/list-of-hazard-related-use-scenarios.md", mode: "freeform", domain: "mdr", gate: "EA" }
|
|
161490
161490
|
};
|
|
161491
161491
|
var TEMPLATE_NAMES = Object.keys(TEMPLATE_PATHS);
|
|
161492
|
-
var TEMPLATE_VERSION = "
|
|
161492
|
+
var TEMPLATE_VERSION = "b1dbcb6";
|
|
161493
161493
|
|
|
161494
161494
|
// src/tools/doc-render.ts
|
|
161495
161495
|
init_adf();
|
|
@@ -184691,7 +184691,7 @@ var xrayClientSecret = process.env.XRAY_CLIENT_SECRET || "";
|
|
|
184691
184691
|
var xray = xrayClientId && xrayClientSecret ? new XrayClient(xrayClientId, xrayClientSecret, jiraUrl, jiraEmail, jiraToken) : null;
|
|
184692
184692
|
var server = new McpServer({
|
|
184693
184693
|
name: "jira-confluence",
|
|
184694
|
-
version: "0.1.
|
|
184694
|
+
version: "0.1.18"
|
|
184695
184695
|
});
|
|
184696
184696
|
var ctx = { server, jira, confluence, risk, xray };
|
|
184697
184697
|
registerJiraCrudTools(ctx);
|