dingtalk-mcp 1.0.6 → 1.0.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.
@@ -226,7 +226,7 @@ tools:
226
226
 
227
227
 
228
228
  requestTemplate:
229
- url: https://oapi.dingtalk.com/robot/send?access_token={access_token}
229
+ url: https://oapi.dingtalk.com/robot/send?access_token=ROBOT_ACCESS_TOKEN
230
230
  method: POST
231
231
  headers:
232
232
  - key: Content-Type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dingtalk-mcp",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "DingTalk MCP Server - A TypeScript-based MCP server for DingTalk integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",