iso27001-mcp 0.9.0 → 0.9.1
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 +5 -1
- package/dist/index.js +1 -1
- 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.1)
|
|
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,6 +11,10 @@
|
|
|
11
11
|
|
|
12
12
|
**[▶ Live Interactive Demo](https://sushegaad.github.io/MCP-Server-for-ISO27001/)**
|
|
13
13
|
|
|
14
|
+
**▶ Getting Started Video**
|
|
15
|
+
|
|
16
|
+
[](https://youtu.be/BGHYTYbL8wE)
|
|
17
|
+
|
|
14
18
|
---
|
|
15
19
|
|
|
16
20
|
## Why this exists
|
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.1",
|
|
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",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iso27001-mcp",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
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",
|