mta-mcp 2.3.0 → 2.4.0

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/package.json CHANGED
@@ -1,16 +1,14 @@
1
1
  {
2
2
  "name": "mta-mcp",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "MTA - 智能项目分析与编码规范管理 MCP 服务器,为 GitHub Copilot 和 Claude 提供项目分析、规范匹配、模板管理功能",
5
5
  "type": "module",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.js",
6
+ "main": "./dist/index.js",
8
7
  "types": "./dist/index.d.ts",
9
8
  "exports": {
10
9
  ".": {
11
- "require": "./dist/index.cjs",
12
- "import": "./dist/index.js",
13
- "types": "./dist/index.d.ts"
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js"
14
12
  }
15
13
  },
16
14
  "bin": {
@@ -70,7 +68,7 @@
70
68
  "vitest": "^4.0.16"
71
69
  },
72
70
  "engines": {
73
- "node": ">=12.20.0"
71
+ "node": ">=16.0.0"
74
72
  },
75
73
  "repository": {
76
74
  "type": "git",