iso27001-mcp 0.9.1 → 0.9.2
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/README.md +14 -4
- package/dist/index.js +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Turn Claude into an ISO 27001 compliance assistant** — controls, risk register, policies, evidence tracking, SoA generation, and full audit workflows in one local encrypted MCP server.
|
|
4
4
|
|
|
5
|
-
[](https://socket.dev/npm/package/iso27001-mcp/overview/0.9.2)
|
|
6
6
|
[](https://npmjs.com/package/iso27001-mcp)
|
|
7
7
|
[](https://npmjs.com/package/iso27001-mcp)
|
|
8
8
|
[](https://github.com/Sushegaad/MCP-Server-for-ISO27001/actions/workflows/ci.yml)
|
|
@@ -11,9 +11,13 @@
|
|
|
11
11
|
|
|
12
12
|
**[▶ Live Interactive Demo](https://sushegaad.github.io/MCP-Server-for-ISO27001/)**
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
<div align="center">
|
|
15
|
+
<a href="https://youtu.be/BGHYTYbL8wE">
|
|
16
|
+
<img src="https://img.youtube.com/vi/BGHYTYbL8wE/hqdefault.jpg" alt="▶ Getting Started with iso27001-mcp (YouTube)" width="480">
|
|
17
|
+
</a>
|
|
18
|
+
<br/>
|
|
19
|
+
<sub>▶ <a href="https://youtu.be/BGHYTYbL8wE">Getting Started — watch on YouTube</a></sub>
|
|
20
|
+
</div>
|
|
17
21
|
|
|
18
22
|
---
|
|
19
23
|
|
|
@@ -345,6 +349,12 @@ The detailed documentation has been moved to keep this page scannable. Everythin
|
|
|
345
349
|
|
|
346
350
|
---
|
|
347
351
|
|
|
352
|
+
## Author
|
|
353
|
+
|
|
354
|
+
**Hemant Naik** · [LinkedIn](https://www.linkedin.com/in/tanaji-naik/) · [hemant.naik@gmail.com](mailto:hemant.naik@gmail.com) · Built April 2026
|
|
355
|
+
|
|
356
|
+
---
|
|
357
|
+
|
|
348
358
|
## License
|
|
349
359
|
|
|
350
360
|
MIT © 2026
|
package/dist/index.js
CHANGED
|
@@ -23915,7 +23915,7 @@ var require_package = __commonJS({
|
|
|
23915
23915
|
"package.json"(exports2, module2) {
|
|
23916
23916
|
module2.exports = {
|
|
23917
23917
|
name: "iso27001-mcp",
|
|
23918
|
-
version: "0.9.
|
|
23918
|
+
version: "0.9.2",
|
|
23919
23919
|
mcpName: "io.github.Sushegaad/iso27001-mcp",
|
|
23920
23920
|
description: "ISO 27001 compliance workspace for Claude \u2014 controls, risks, policies, evidence, audits, and SoA in one local encrypted MCP server",
|
|
23921
23921
|
license: "MIT",
|
|
@@ -38323,8 +38323,9 @@ async function runInit(useDefaults = false) {
|
|
|
38323
38323
|
if (useDefaults) {
|
|
38324
38324
|
info("Aborting (--yes safety gate): existing secrets file detected.");
|
|
38325
38325
|
info("Run 'iso27001-mcp init' without --yes to confirm overwrite.");
|
|
38326
|
+
blank();
|
|
38326
38327
|
closePrompt();
|
|
38327
|
-
|
|
38328
|
+
process.exit(1);
|
|
38328
38329
|
}
|
|
38329
38330
|
const overwrite = await confirm("Overwrite existing secrets? (this cannot be undone)", false);
|
|
38330
38331
|
if (!overwrite) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iso27001-mcp",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"mcpName": "io.github.Sushegaad/iso27001-mcp",
|
|
5
5
|
"description": "ISO 27001 compliance workspace for Claude — controls, risks, policies, evidence, audits, and SoA in one local encrypted MCP server",
|
|
6
6
|
"license": "MIT",
|