dingtalk-mcp 1.1.1 → 1.1.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.
@@ -93,7 +93,7 @@ tools:
93
93
  position: query
94
94
 
95
95
  - name: listServiceWindowFollowersInfo
96
- description: "批量获取关注服务窗用户信息"
96
+ description: "批量获取关注服务窗用户的信息"
97
97
  requestTemplate:
98
98
  method: GET
99
99
  url: "https://api.dingtalk.com/v1.0/link/followers?accountId={String}&nextToken={String}&maxResults={String}"
@@ -138,7 +138,7 @@ tools:
138
138
 
139
139
 
140
140
  - name: listServiceWindows
141
- description: "获取企业下的服务窗列表,以获取服务窗accountId"
141
+ description: "获取企业下的服务窗列表,以获取服务窗帐号IDaccountId"
142
142
  requestTemplate:
143
143
  method: GET
144
144
  url: "https://api.dingtalk.com/v1.0/link/accounts"
@@ -96,16 +96,7 @@ tools:
96
96
  position: body
97
97
  items:
98
98
  type: string
99
- - name: detailUrl.appUrl
100
- description: 移动端待办详情页URL
101
- type: string
102
- position: body
103
- required: true
104
- - name: detailUrl.pcUrl
105
- description: PC端待办详情页URL
106
- type: string
107
- position: body
108
- required: true
99
+
109
100
  requestTemplate:
110
101
  url: https://api.dingtalk.com/v1.0/todo/users/{unionId}/tasks
111
102
  method: POST
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dingtalk-mcp",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "DingTalk MCP Server - A TypeScript-based MCP server for DingTalk integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",