@zzp123/mcp-zentao 1.17.7 → 1.17.8
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/dist/index-dev.js +1 -1
- package/dist/index-pm.js +2 -2
- package/dist/index-qa.js +2 -2
- package/package.json +1 -1
package/dist/index-dev.js
CHANGED
|
@@ -103,7 +103,7 @@ server.tool("getMyBugs", "获取Bug列表 - 支持多种状态筛选(指派给
|
|
|
103
103
|
limit: z.number().optional().describe("每页数量,默认20,最大100"),
|
|
104
104
|
branch: z.string().optional().describe("分支筛选:'all'(所有分支,默认)、'0'(主干分支)、分支ID"),
|
|
105
105
|
order: z.string().optional().describe("排序方式,如 id_desc(ID降序), pri_desc(优先级降序), openedDate_desc(创建时间降序)等,默认id_desc"),
|
|
106
|
-
fields: z.enum(['basic', 'default', 'full']).optional().describe("返回字段级别:'basic'(
|
|
106
|
+
fields: z.enum(['basic', 'default', 'full']).optional().describe("返回字段级别:'basic'(基本字段,默认)、'default'(默认字段)、'full'(完整字段),默认'basic'")
|
|
107
107
|
}, async ({ status, productId, page, limit, branch, order, fields }) => {
|
|
108
108
|
if (!zentaoApi)
|
|
109
109
|
throw new Error("Please initialize Zentao API first");
|
package/dist/index-pm.js
CHANGED
|
@@ -113,7 +113,7 @@ server.tool("getMyBugs", "获取Bug列表 - 支持多种状态筛选(指派给
|
|
|
113
113
|
limit: z.number().optional().describe("每页数量,默认20,最大100"),
|
|
114
114
|
branch: z.string().optional().describe("分支筛选:'all'(所有分支,默认)、'0'(主干分支)、分支ID"),
|
|
115
115
|
order: z.string().optional().describe("排序方式,如 id_desc(ID降序), pri_desc(优先级降序), openedDate_desc(创建时间降序)等,默认id_desc"),
|
|
116
|
-
fields: z.enum(['basic', 'default', 'full']).optional().describe("返回字段级别:'basic'(
|
|
116
|
+
fields: z.enum(['basic', 'default', 'full']).optional().describe("返回字段级别:'basic'(基本字段,默认)、'default'(默认字段)、'full'(完整字段),默认'basic'")
|
|
117
117
|
}, async ({ status, productId, page, limit, branch, order, fields }) => {
|
|
118
118
|
if (!zentaoApi)
|
|
119
119
|
throw new Error("Please initialize Zentao API first");
|
|
@@ -161,7 +161,7 @@ server.tool("getProductBugs", "获取指定产品的Bug列表 - 支持多种状
|
|
|
161
161
|
]).optional().describe("Bug状态筛选,默认返回所有状态"),
|
|
162
162
|
branch: z.string().optional().describe("分支筛选:'all'(所有分支,默认)、'0'(主干分支)、分支ID"),
|
|
163
163
|
order: z.string().optional().describe("排序方式,如 id_desc(ID降序), pri_desc(优先级降序), openedDate_desc(创建时间降序)等,默认id_desc"),
|
|
164
|
-
fields: z.enum(['basic', 'default', 'full']).optional().describe("返回字段级别:'basic'(
|
|
164
|
+
fields: z.enum(['basic', 'default', 'full']).optional().describe("返回字段级别:'basic'(基本字段,默认)、'default'(默认字段)、'full'(完整字段),默认'basic'")
|
|
165
165
|
}, async ({ productId, page, limit, status, branch, order, fields }) => {
|
|
166
166
|
if (!zentaoApi)
|
|
167
167
|
throw new Error("Please initialize Zentao API first");
|
package/dist/index-qa.js
CHANGED
|
@@ -103,7 +103,7 @@ server.tool("getMyBugs", "获取Bug列表 - 支持多种状态筛选(指派给
|
|
|
103
103
|
limit: z.number().optional().describe("每页数量,默认20,最大100"),
|
|
104
104
|
branch: z.string().optional().describe("分支筛选:'all'(所有分支,默认)、'0'(主干分支)、分支ID"),
|
|
105
105
|
order: z.string().optional().describe("排序方式,如 id_desc(ID降序), pri_desc(优先级降序), openedDate_desc(创建时间降序)等,默认id_desc"),
|
|
106
|
-
fields: z.enum(['basic', 'default', 'full']).optional().describe("返回字段级别:'basic'(
|
|
106
|
+
fields: z.enum(['basic', 'default', 'full']).optional().describe("返回字段级别:'basic'(基本字段,默认)、'default'(默认字段)、'full'(完整字段),默认'basic'")
|
|
107
107
|
}, async ({ status, productId, page, limit, branch, order, fields }) => {
|
|
108
108
|
if (!zentaoApi)
|
|
109
109
|
throw new Error("Please initialize Zentao API first");
|
|
@@ -151,7 +151,7 @@ server.tool("getProductBugs", "获取指定产品的Bug列表 - 支持多种状
|
|
|
151
151
|
]).optional().describe("Bug状态筛选,默认返回所有状态"),
|
|
152
152
|
branch: z.string().optional().describe("分支筛选:'all'(所有分支,默认)、'0'(主干分支)、分支ID"),
|
|
153
153
|
order: z.string().optional().describe("排序方式,如 id_desc(ID降序), pri_desc(优先级降序), openedDate_desc(创建时间降序)等,默认id_desc"),
|
|
154
|
-
fields: z.enum(['basic', 'default', 'full']).optional().describe("返回字段级别:'basic'(
|
|
154
|
+
fields: z.enum(['basic', 'default', 'full']).optional().describe("返回字段级别:'basic'(基本字段,默认)、'default'(默认字段)、'full'(完整字段),默认'basic'")
|
|
155
155
|
}, async ({ productId, page, limit, status, branch, order, fields }) => {
|
|
156
156
|
if (!zentaoApi)
|
|
157
157
|
throw new Error("Please initialize Zentao API first");
|