dingtalk-wiki 1.2.1 → 1.2.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.
package/README.md CHANGED
@@ -34,8 +34,8 @@ All config goes into one JSON block — no local files needed:
34
34
  {
35
35
  "mcpServers": {
36
36
  "dingtalk-wiki": {
37
- "command": "node",
38
- "args": ["/path/to/dingtalk-wiki-mcp/index.js"],
37
+ "command": "pnpx",
38
+ "args": ["dingtalk-wiki@latest"],
39
39
  "env": {
40
40
  "DINGTALK_APP_KEY": "your-app-key",
41
41
  "DINGTALK_APP_SECRET": "your-app-secret",
package/README.zh-CN.md CHANGED
@@ -34,8 +34,8 @@
34
34
  {
35
35
  "mcpServers": {
36
36
  "dingtalk-wiki": {
37
- "command": "node",
38
- "args": ["/path/to/dingtalk-wiki-mcp/index.js"],
37
+ "command": "pnpx",
38
+ "args": ["dingtalk-wiki@latest"],
39
39
  "env": {
40
40
  "DINGTALK_APP_KEY": "your-app-key",
41
41
  "DINGTALK_APP_SECRET": "your-app-secret",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dingtalk-wiki",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "DingTalk Wiki / Docs read-write MCP server that fills the gap left by DingTalk official MCP.",
5
5
  "main": "index.js",
6
6
  "bin": {