dingtalk-mcp-server 0.1.0 → 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 +25 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -245,6 +245,31 @@ npm start
245
245
 
246
246
  MIT License - 详见 [LICENSE](LICENSE) 文件
247
247
 
248
+ ---
249
+
250
+ ## 📬 联系我们
251
+
252
+ ### 微信公众号
253
+
254
+ 关注公众号「**AI工具研究员**」,获取更多AI工具推荐和实战教程:
255
+
256
+ - 每天挖掘一个AI赚钱工具
257
+ - OpenClaw/Claude Code实战教程
258
+ - 企业AI应用案例
259
+
260
+ ### 微信交流
261
+
262
+ 扫码添加微信,备注"dingtalk-mcp":
263
+
264
+ 微信号:**190569625**
265
+
266
+ ![微信二维码](./wechat-qrcode.jpg)
267
+
268
+ ### 问题反馈
269
+
270
+ - [GitHub Issues](https://github.com/yourusername/dingtalk-mcp-server/issues)
271
+ - 公众号留言
272
+
248
273
  ## 🤝 贡献
249
274
 
250
275
  欢迎提交 Issue 和 Pull Request!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dingtalk-mcp-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "钉钉MCP服务器 - 让Claude Code能操作钉钉(消息/待办/日程)",
5
5
  "license": "MIT",
6
6
  "type": "module",