iso27001-mcp 0.7.2 → 0.7.4

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # iso27001-mcp
2
2
 
3
+ [![Socket Badge](https://badge.socket.dev/npm/package/iso27001-mcp/0.7.3)](https://socket.dev/npm/package/iso27001-mcp/overview/0.7.3)
4
+
3
5
  A stateful [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server that gives Claude a complete ISO 27001:2022 Information Security Management System (ISMS). Ask Claude to run gap assessments, manage risks, generate policies, track evidence, and run audits — all backed by an encrypted SQLite database on your own machine.
4
6
 
5
7
  ```
package/dist/index.js CHANGED
@@ -1,5 +1,4 @@
1
1
  #!/usr/bin/env node
2
- #!/usr/bin/env node
3
2
  "use strict";
4
3
  var __create = Object.create;
5
4
  var __defProp = Object.defineProperty;
@@ -24774,7 +24773,7 @@ var require_package = __commonJS({
24774
24773
  "package.json"(exports2, module2) {
24775
24774
  module2.exports = {
24776
24775
  name: "iso27001-mcp",
24777
- version: "0.7.2",
24776
+ version: "0.7.4",
24778
24777
  description: "Stateful ISO 27001:2022 ISMS management for Claude \u2014 gap analysis, risk register, policies, audits, and evidence tracking via the Model Context Protocol",
24779
24778
  license: "MIT",
24780
24779
  repository: {
@@ -24807,6 +24806,7 @@ var require_package = __commonJS({
24807
24806
  bin: {
24808
24807
  "iso27001-mcp": "./dist/index.js"
24809
24808
  },
24809
+ browser: false,
24810
24810
  main: "./dist/index.js",
24811
24811
  files: [
24812
24812
  "dist"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iso27001-mcp",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "description": "Stateful ISO 27001:2022 ISMS management for Claude — gap analysis, risk register, policies, audits, and evidence tracking via the Model Context Protocol",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,6 +33,7 @@
33
33
  "bin": {
34
34
  "iso27001-mcp": "./dist/index.js"
35
35
  },
36
+ "browser": false,
36
37
  "main": "./dist/index.js",
37
38
  "files": [
38
39
  "dist"