@waniwani/cli 0.0.36 → 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 +2 -2
- package/dist/index.js +450 -448
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
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 |
|