dingtalk-mcp 1.1.5 → 1.1.6

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/README.md CHANGED
@@ -53,7 +53,7 @@
53
53
  | dingtalk-app-manage | 钉钉应用管理 | qyapi_microapp_manage<br>qyapi_get_microapp_list |
54
54
  | dingtalk-service-window | 钉钉服务窗 | OfficialAccount.Message.Send OfficialAccount.Contact.Read OfficialAccount.Account.Read |
55
55
  | dingtalk-teambition | 钉钉项目管理 | Project.Project.Write.All Project.Project.Read.All Project.Task.Write.All Project.Task.Read.All |
56
- | dingtalk-report | 钉钉日志 | qyapi_report_statistics qyapi_report_manage qyapi_report_query |
56
+ | dingtalk-report | 钉钉日志 | qyapi_report_statistics qyapi_report_manage qyapi_report_query|
57
57
 
58
58
  4. ROBOT_CODE,用于发消息/DING的机器人Code
59
59
  5. ROBOT_ACCESS_TOKEN,群自定义机器人ACCESS_TOKEN,用于自定义机器人发消息
@@ -12,7 +12,7 @@ tools:
12
12
  type: string
13
13
  required: true
14
14
  position: path
15
- description: 日程组织者的unionId
15
+ description: 日程创建者的unionId
16
16
  - name: calendarId
17
17
  type: string
18
18
  required: true
@@ -227,7 +227,7 @@ tools:
227
227
  日志来源标识,自定义的唯一标识。
228
228
  示例值:"MCP_ASSISTANT"
229
229
 
230
- - name: getLogList
230
+ - name: getReportList
231
231
  description: |
232
232
  查询用户发出的日志列表。
233
233
 
@@ -319,7 +319,7 @@ tools:
319
319
  查询的日志修改结束时间,Unix时间戳(毫秒)(可选)。
320
320
  与modified_start_time配合使用。
321
321
 
322
- - name: getTemplateList
322
+ - name: getReportTemplateList
323
323
  description: |
324
324
  获取用户可见的日志模板列表。
325
325
 
@@ -367,7 +367,7 @@ tools:
367
367
  默认值为100,建议使用默认值获取所有模板。
368
368
  示例值:100
369
369
 
370
- - name: getTemplateDetail
370
+ - name: getReportTemplateDetail
371
371
  description: |
372
372
  查看日志模板的详细字段和配置信息。
373
373
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dingtalk-mcp",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "DingTalk MCP Server - A TypeScript-based MCP server for DingTalk integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",