@waniwani/cli 0.0.37 → 0.0.38

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
@@ -54,7 +54,7 @@ waniwani task "Add a weather tool"
54
54
  waniwani mcp test
55
55
 
56
56
  # Deploy to GitHub + Vercel
57
- waniwani mcp deploy
57
+ waniwani mcp publish
58
58
  ```
59
59
 
60
60
  ## Commands
@@ -68,7 +68,7 @@ waniwani mcp deploy
68
68
  | `mcp use <name>` | Select active MCP |
69
69
  | `mcp status` | Show current MCP status |
70
70
  | `mcp test [tool]` | Test MCP tools |
71
- | `mcp deploy` | Deploy to GitHub + Vercel |
71
+ | `mcp publish` | Publish to GitHub + Vercel |
72
72
  | `mcp stop` | Stop and cleanup sandbox |
73
73
  | `task <prompt>` | Send task to Claude |
74
74
  | `org list` | List organizations |