dingtalk-mcp-server 0.1.1 → 0.1.3

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -251,7 +251,7 @@ MIT License - 详见 [LICENSE](LICENSE) 文件
251
251
 
252
252
  ### 微信公众号
253
253
 
254
- 关注公众号「**AI工具研究员**」,获取更多AI工具推荐和实战教程:
254
+ 关注公众号「**什么什么周**」,获取更多AI工具推荐和实战教程:
255
255
 
256
256
  - 每天挖掘一个AI赚钱工具
257
257
  - OpenClaw/Claude Code实战教程
@@ -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.3",
4
4
  "description": "钉钉MCP服务器 - 让Claude Code能操作钉钉(消息/待办/日程)",
5
5
  "license": "MIT",
6
6
  "type": "module",