nagoc-zerowork 1.0.3 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,7 +48,7 @@ Open your `claude_desktop_config.json` file and configure your bots using the `Z
48
48
  "mcpServers": {
49
49
  "nagoc-zerowork-mcp": {
50
50
  "command": "cmd",
51
- "args": ["/c", "npx", "-y", "nagoc-zerowork-mcp@latest"],
51
+ "args": ["/c", "npx", "-y", "nagoc-zerowork@latest"],
52
52
  "env": {
53
53
  "ZEROWORK_BOTS": "{\"scraperBot\":\"https://hook.zerowork.io/xxx\", \"dmBot\":\"https://hook.zerowork.io/yyy\"}"
54
54
  }
@@ -63,7 +63,7 @@ Open your `claude_desktop_config.json` file and configure your bots using the `Z
63
63
  "mcpServers": {
64
64
  "nagoc-zerowork-mcp": {
65
65
  "command": "npx",
66
- "args": ["-y", "nagoc-zerowork-mcp@latest"],
66
+ "args": ["-y", "nagoc-zerowork@latest"],
67
67
  "env": {
68
68
  "ZEROWORK_BOTS": "{\"scraperBot\":\"https://hook.zerowork.io/xxx\", \"dmBot\":\"https://hook.zerowork.io/yyy\"}"
69
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nagoc-zerowork",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "An MCP Server for ZeroWork.io — trigger TaskBots, send dynamic data via webhooks, and get full ZeroWork documentation",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",