@zzp123/mcp-zentao 1.11.0 → 1.11.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 +11 -0
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@ All notable changes to this project 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
+ ## [1.11.1] - 2025-11-07
9
+
10
+ ### Fixed
11
+ - **修复依赖冲突问题** 🔧
12
+ - 移除 package.json 中的自引用依赖 `@zzp123/mcp-zentao@1.2.1`
13
+ - 解决了 MCP 工具仍然使用旧版本参数(`onlyAssignedToMe`)的问题
14
+ - 确保用户安装后立即使用最新的 API 定义
15
+
16
+ ### Important
17
+ - 如果你从旧版本升级,请重启你的 MCP 服务器或 Claude Desktop 以加载新的工具定义
18
+
8
19
  ## [1.11.0] - 2025-11-07
9
20
 
10
21
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zzp123/mcp-zentao",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "禅道项目管理系统的高级API集成包,提供任务管理、Bug跟踪等功能的完整封装,专为Cursor IDE设计的MCP扩展",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -46,7 +46,6 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@modelcontextprotocol/sdk": "^1.6.1",
49
- "@zzp123/mcp-zentao": "^1.2.1",
50
49
  "axios": "^1.6.7",
51
50
  "chalk": "^4.1.2",
52
51
  "form-data": "^4.0.4",