mta-mcp 2.4.1 → 2.6.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,7 +1,7 @@
1
1
  {
2
2
  "name": "mta-mcp",
3
- "version": "2.4.1",
4
- "description": "MTA - 智能项目分析与编码规范管理 MCP 服务器,为 GitHub Copilot 和 Claude 提供项目分析、规范匹配、模板管理功能",
3
+ "version": "2.6.0",
4
+ "description": "MTA - 智能项目分析与编码规范管理 MCP 服务器",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -221,7 +221,7 @@ src/views/main/模块名/
221
221
  ## 变更记录
222
222
 
223
223
  ### 2025-12-25
224
- - **临时任务**: 优化 API 封装,结合 VitaSage 的 wrap 函数
224
+ - **临时任务**: 优化 API 封装
225
225
  - **影响范围**: src/api/request.ts, src/api/modules/*
226
226
  - **状态**: ✅ 已完成
227
227
  - **备注**: 新增 wrap 函数、文件上传下载、Mock 集成