@zzp123/mcp-zentao 1.0.0 → 1.0.2

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.
@@ -7,7 +7,7 @@ export class ZentaoAPI {
7
7
  constructor(config) {
8
8
  this.config = config;
9
9
  this.client = axios.create({
10
- baseURL: `${this.config.url}/api.php/${this.config.apiVersion}`,
10
+ baseURL: `${this.config.url}/zentao/api.php/${this.config.apiVersion}`,
11
11
  timeout: 10000,
12
12
  });
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zzp123/mcp-zentao",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "禅道项目管理系统的高级API集成包,提供任务管理、Bug跟踪等功能的完整封装,专为Cursor IDE设计的MCP扩展",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -34,7 +34,7 @@
34
34
  "cursor-ide",
35
35
  "typescript"
36
36
  ],
37
- "author": "yourname",
37
+ "author": "zzp123",
38
38
  "license": "MIT",
39
39
  "repository": {
40
40
  "type": "git",