onion-check 2.1.0 → 2.1.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.
@@ -70,7 +70,7 @@ function getLayerFixGuidance(layerNumber, result) {
70
70
  export function createServer() {
71
71
  const server = new McpServer({
72
72
  name: 'onion-architecture',
73
- version: '2.0.0',
73
+ version: '2.1.0',
74
74
  });
75
75
  // onion_scan — Scan a project for all 8 architecture layers
76
76
  server.tool('onion_scan', 'Scan a project directory for the 8 layers of production AI architecture. Returns a detailed report with layer-by-layer detection results, weighted scores, and consistency issues.', {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onion-check",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "The Onion Architecture: 8-layer diagnostic and scaffold for production AI systems",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -43,7 +43,8 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@modelcontextprotocol/sdk": "^1.27.1",
46
- "commander": "^14.0.2"
46
+ "commander": "^14.0.2",
47
+ "zod": "^4.3.6"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@types/node": "^22.0.0",