canicode 0.6.0 → 0.6.1

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
@@ -105,7 +105,7 @@ canicode init --token figd_xxxxxxxxxxxxx
105
105
 
106
106
  **Claude Code:**
107
107
  ```bash
108
- claude mcp add canicode -e FIGMA_TOKEN=figd_xxxxxxxxxxxxx -- npx -y canicode canicode-mcp
108
+ claude mcp add canicode -e FIGMA_TOKEN=figd_xxxxxxxxxxxxx -- npx -y -p canicode canicode-mcp
109
109
  ```
110
110
 
111
111
  **Cursor** (`~/.cursor/mcp.json`):
package/dist/cli/index.js CHANGED
@@ -4713,7 +4713,7 @@ cli.help((sections) => {
4713
4713
  title: "\nInstallation",
4714
4714
  body: [
4715
4715
  ` CLI: npm install -g canicode`,
4716
- ` MCP: claude mcp add --transport stdio canicode npx canicode-mcp`,
4716
+ ` MCP: claude mcp add canicode -- npx -y -p canicode canicode-mcp`,
4717
4717
  ` Skills: github.com/let-sunny/canicode`
4718
4718
  ].join("\n")
4719
4719
  }