dingtalk-mcp-server 0.1.1 → 0.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -261,7 +261,9 @@ MIT License - 详见 [LICENSE](LICENSE) 文件
261
261
 
262
262
  扫码添加微信,备注"dingtalk-mcp":
263
263
 
264
- ![微信二维码](./wechat-qrcode.png)
264
+ 微信号:**190569625**
265
+
266
+ ![微信二维码](./wechat-qrcode.jpg)
265
267
 
266
268
  ### 问题反馈
267
269
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dingtalk-mcp-server",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "钉钉MCP服务器 - 让Claude Code能操作钉钉(消息/待办/日程)",
5
5
  "license": "MIT",
6
6
  "type": "module",