@hype-stack/cli 1.13.0 → 1.14.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
@@ -66,7 +66,7 @@ React 19, [TanStack Router](https://tanstack.com/router), Tailwind CSS v4, and s
66
66
  The CLI ships a [Model Context Protocol](https://www.hype-stack.dev/mcp) server, so Claude Code, Cursor, and other MCP clients can browse packs and compose features into your project directly from the editor:
67
67
 
68
68
  ```bash
69
- npx @hype-stack/cli mcp install
69
+ npx @hype-stack/cli@latest mcp install
70
70
  ```
71
71
 
72
72
  It asks which editors, opens the browser once to create an API key for them, writes their configs, and starts the server once to confirm it comes up.