dingtalk-mcp-server 0.1.2 → 0.1.4

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.
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实战教程
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dingtalk-mcp-server",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "钉钉MCP服务器 - 让Claude Code能操作钉钉(消息/待办/日程)",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -10,7 +10,9 @@
10
10
  "main": "./dist/index.js",
11
11
  "types": "./dist/index.d.ts",
12
12
  "files": [
13
- "dist"
13
+ "dist",
14
+ "README.md",
15
+ "wechat-qrcode.jpg"
14
16
  ],
15
17
  "scripts": {
16
18
  "build": "tsc",
Binary file