@h2nguyen/arc42-node-mcp-server 2.2.0 → 2.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -6
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to the arc42 MCP Server will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.2.1] - 2026-03-09
9
+
10
+ ### Changed
11
+ - Simplified license metadata in `package.json` to `Apache-2.0` — the CC-BY-SA-4.0 for bundled arc42 template content is documented separately in `NOTICE` and `LICENSE-ARC42`
12
+ - Added Socket.dev configuration (`socket.yml`) to suppress expected alerts for filesystem access (core functionality) and copyleft license (third-party arc42 template content only)
13
+
8
14
  ## [2.2.0] - 2026-03-09
9
15
 
10
16
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h2nguyen/arc42-node-mcp-server",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "MCP server for arc42 architecture documentation - AI-assisted architecture documentation following arc42 template",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -44,15 +44,11 @@
44
44
  "email": "me@viethainguyen.de",
45
45
  "url": "https://github.com/h2nguyen"
46
46
  },
47
- "license": "(Apache-2.0 AND CC-BY-SA-4.0)",
47
+ "license": "Apache-2.0",
48
48
  "licenses": [
49
49
  {
50
50
  "type": "Apache-2.0",
51
51
  "url": "https://github.com/h2nguyen/Arc42-Node-MCP-Server/blob/main/LICENSE"
52
- },
53
- {
54
- "type": "CC-BY-SA-4.0",
55
- "url": "https://github.com/h2nguyen/Arc42-Node-MCP-Server/blob/main/LICENSE-ARC42"
56
52
  }
57
53
  ],
58
54
  "repository": {