@waniwani/cli 0.0.41 → 0.0.42

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
@@ -45,7 +45,7 @@ Requires Node.js 20 or later.
45
45
  waniwani login
46
46
 
47
47
  # Create an MCP project
48
- waniwani mcp init my-server
48
+ waniwani mcp create my-server
49
49
 
50
50
  # Send tasks to Claude
51
51
  waniwani task "Add a weather tool"
@@ -63,7 +63,8 @@ waniwani mcp publish
63
63
  |---------|-------------|
64
64
  | `login` | Authenticate with WaniWani |
65
65
  | `logout` | Clear local credentials |
66
- | `mcp init <name>` | Create a new MCP project |
66
+ | `mcp create <name>` | Create a new MCP project |
67
+ | `mcp clone <name>` | Clone an existing MCP locally |
67
68
  | `mcp list` | List your MCPs |
68
69
  | `mcp use <name>` | Select active MCP |
69
70
  | `mcp status` | Show current MCP status |